Hi everyone,
I’m trying to create a new GLC (General Ledger Control) row on the Customer screen using a BPM, but it’s not being created. Any help would be greatly appreciated.
Thanks!
Hi everyone,
I’m trying to create a new GLC (General Ledger Control) row on the Customer screen using a BPM, but it’s not being created. Any help would be greatly appreciated.
Thanks!
I’m curious what the solution to this will be.
In General, adding a row to the ds dataset is not going to stick (most BO methods only process one row at a time). There is likely a BO method for you to call that creates the new row, then another BO method to update it with the information you want it to hold.
Could you give a bit more of an insight into the reason for why you want to do this?
Hi Hally, thanks for your response.
The goal was to create multiple customer accounts using the UBAQ dashboard. I ran into an issue while linking the EntityGLC to the customer—it was breaking during the process. I eventually figured out the root cause: the EntityGLC needs to be created separately and not together with the other customer fields.
To solve this, I created the customer in one custom code block and handled the EntityGLC creation in a separate custom code block. This approach resolved the issue.