soundsessential Posted November 19, 2018 Posted November 19, 2018 (edited) 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 November 19, 2018 by soundsessential
PCIPal Posted November 19, 2018 Posted November 19, 2018 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
soundsessential Posted November 19, 2018 Author Posted November 19, 2018 Thanks Carson. That has done the trick. You've been a great help for me on this forum! Much appreciated.
Recommended Posts
This topic is 2264 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 accountSign in
Already have an account? Sign in here.
Sign In Now