How to insert in Insert in DirPartyLocation.isPrivate
example to Yes.
Thanks!
How to insert in Insert in DirPartyLocation.isPrivate
example to Yes.
Thanks!
How to insert in DirPartyLocation.isPrivate
example to Yes.
this doesn’t work
DirPartyLocation.IsPrivate = ‘Yes’;
Thanks!
I hope you must be trying to insert contact details or Address details of a party using your code.
Please post your code here to analyze.
DirpartyLocation partyLocation;
ttsBegin;
select forUpdate partyLocation;
partylocation.IsPrivate = ???;
partyLocation.insert();
ttsCommit;