Jump to content
Server Maintenance This Week. ×

Adding BankAccountRef to Bill Payment


This topic is 1985 days old. Please don't post here. Open a new topic instead.

Recommended Posts

When pushing a BillPayment, what's the format for the BankAccountRef field?

Most fields are one or two levels, such as "DocNumber" or "VendorRef::Value" but BankAccountReference has three levels.

I've tried "CheckPayment::BankAccountRef::Value" and others but none are working.

Thanks

Edited by soundsessential
Link to comment
Share on other sites

Hi soundsessential, 

      You would need to add CheckPayment as a related record and then set the BankAccountRef. Let me know if this resolves the issue or not. Thank you. 

      PCQO_RqAddRelatedRecord("CheckPayment");

      PCQO_RqAddFieldWithValue("BankAccountRef::value"; $value);

      PCQO_RqCloseRelatedRecord;

 

Sincerely, Carson

Link to comment
Share on other sites

This topic is 1985 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.