PeopleCode CreateRecord Object using Database Link
I was asked if it was possible to use PeopleCode Record Object to Insert and/or Update using Database link.
Is this possible to do? If yes can you provide an example?
Instead of &rec.Insert(), I'd like to do &rec@dbname.Insert()
Thank you.
0