Asperato Connector Data Dictionary

fferpcore__BillingDocument__c

Label: fferpcore__BillingDocument__c

Adding fields to an object in a different managed package

Field NameField LabelCreated in VersionDescriptionTypeDefault Value
BankAccount__c Bank Account Pre-Fall 2021 The related bank account.

Looks up to: c2g__codaBankAccount__c

Lookup
Make_a_Payment__c Make a Payment Pre-Fall 2021 Displays the Pay Now button image or alternative text.

Formula:
IF(Payment_Link_URL__c <> $Label.PayNowNotApplicable,HYPERLINK(Payment_Link_URL__c ,IF(ISBLANK($Setup.AsperatoSettingsFF__c.Pay_Now_Button_URL__c),$Label.PayNowTitle,IMAGE($Setup.AsperatoSettingsFF__c.Pay_Now_Button_URL__c,$Label.PayNowTitle))),$Label.PayNowNotApplicable)
Text
Payment_Link_URL__c Payment Link URL Pre-Fall 2021 Displays the Payment URL.

Formula:
IF(AND(NOT(ISBLANK(Payment__c)), ISPICKVAL(c2g__PostingStatus__c, 'Posted'),c2g__PaymentStatus__c <> 'Paid', ISBLANK(Payment__r.asp04__Authorisation__c)), IF($Setup.asp04__AsperatoOneSettings__c.asp04__Enable_Pay_auth_URL_Data_Integrity__c, 'https://' + $Setup.asp04__AsperatoOneSettings__c.asp04__Server_URL__c + '/PMWeb1?pmRef=' + Payment__r.asp04__Customer_ID__c + '&pid=' + Payment__c & '&dit=' + Payment__r.asp04__Data_Integrity_Token__c, 'https://' + $Setup.asp04__AsperatoOneSettings__c.asp04__Server_URL__c + '/PMWeb1?pmRef=' + Payment__r.asp04__Customer_ID__c + '&pid=' + Payment__c) ,$Label.PayNowNotApplicable)
Text
Payment_Link__c Payment Link Pre-Fall 2021 Link to make the payment using Asperato.

Formula:
IF(AND(NOT(ISBLANK(Payment__c)), ISPICKVAL(c2g__PostingStatus__c, 'Posted'),c2g__PaymentStatus__c <> 'Paid',ISBLANK(Payment__r.asp04__Authorisation__c)), IF($Setup.asp04__AsperatoOneSettings__c.asp04__Enable_Pay_auth_URL_Data_Integrity__c, HYPERLINK('https://' &$Setup.asp04__AsperatoOneSettings__c.asp04__Server_URL__c & '/PMWeb1?DLcnp=jdi&pid='+ Payment__c &'&pmRef='&Payment__r.asp04__Customer_ID__c &'&dit=' + Payment__r.asp04__Data_Integrity_Token__c,$Label.PayNowTitle), HYPERLINK('https://' &$Setup.asp04__AsperatoOneSettings__c.asp04__Server_URL__c & '/PMWeb1?DLcnp=jdi&pid='+ Payment__c &'&pmRef='&Payment__r.asp04__Customer_ID__c,$Label.PayNowTitle)) ,$Label.PayNowNotApplicable)
Text
Payment__c Payment Pre-Fall 2021 The latest related payment.

Looks up to: asp04__Payment__c

Lookup


© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.