Hi everyone ..
We are almost finishing our SmartPOS migration, and we faced some minor issues because the PO methods are not consistent for all the children classes that extend the PO object) ...
We just want to update the ad_client_id on orders, rma and so on ... for that purpose we found the setClientOrg(client, org) which sounded the best, but it is available just for some objects like order, invoice and other,, and it is not available on these classes so far:
MInOut
MInvoiceLine
MOrderLine
MRMA
MRMALine
MPayment
MAllocationHdr
MAllocationLine
MBPartnerLocation
MUser
MLocation
MLocation
Then instead of use that we are trying to use this approach, PO.set_ValueOfColumn("ad_client_id",value);
but we are not sure if it is the best to keep all the PO updates for this ad_client_id any suggestions. Perhaps it would be better to have a method like this in the PO claasses to be extended for all the chidren.
Regards,
Pedro Rozo