Asperato Connector Data Dictionary

c2g__codaInvoice__c

Label: c2g__codaInvoice__c

Adding fields to an object in a different managed package

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

Looks up to: c2g__codaBankAccount__c

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

Formula:
IF(ffasp__Payment_Link_URL__c <> $Label.PayNowNotApplicable,HYPERLINK(ffasp__Payment_Link_URL__c ,IF(ISBLANK($Setup.ffasp__AsperatoSettingsFF__c.ffasp__Pay_Now_Button_URL__c),$Label.PayNowTitle,IMAGE($Setup.ffasp__AsperatoSettingsFF__c.ffasp__Pay_Now_Button_URL__c,$Label.PayNowTitle))),$Label.PayNowNotApplicable)
Text false
ffasp__Payment_Link_URL__c Payment Link URL Pre-Fall 2021 Displays the Payment URL.

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

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

Looks up to: asp04__Payment__c

Lookup false


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