FE NXT Transaction Attributes API

Is there an FE NXT API for transaction attributes?


Per Blackbaud Case Central, the transaction attributes are setup in the GL configuration. I have reviewed the entities for the GL and do not see there is an API for this. I've also reviewed: https://developer.blackbaud.com/skyapi/apis/general-ledger/entities but am not seeing anything helpful there, either.


Thanks for any assistance.


Rebecca Schultz

Comments

  • Hi Rebecca,

    "Attributes" from FE7/database view are now referred to as custom fields. Custom field functionality exists on journal entry batch (so you can specify them as you're writing out a batch), payables invoices, and treasury cash receipts. In the endpoint reference, you'll want to look for "custom fields" and in the sample JSON, it's under distribution splits. There is no functionality to add a new custom field type or table value, those have to be done in the user interface. Hope this helps!
  • Eddie


    Per the Custom Field API, I see that we can get a list of the Custom Fields, along with their values for an Account record, does the same API exist to Custom Field values store on the Account Code record?