Thank you both so much! Now to figure out how to do this with embedded objects. For my destination objects.
I'd imagine I'd define in my parent class
Property ExternalAlias As SERVICESVCPKG.Model.IntSvc.ExternalAlias(%JSONFIELDNAME = "ExternalAlias", %JSONINCLUDE = "inout");Class SERVICESVCPKG.Model.IntSvc.ExternalAlias Extends (%SerialObject, %JSON.Adaptor)
{
Parameter%JSONENABLED = 1;Property TenantID As%String(%JSONFIELDNAME = "TenantID", %JSONINCLUDE = "inout");Property SystemID As%String(%JSONFIELDNAME = "SystemID", %JSONINCLUDE = "inout");Property ExternalType As%String(%JSONFIELDNAME = "ExternalType", %JSONINCLUDE = "inout");Property ExternalID As%String(%JSONFIELDNAME = "ExternalID", %JSONINCLUDE = "inout");
}
Thank you all again, I swear I've been banging my head against this for like a week with 10 tabs of docs open.
- Log in to post comments
.png)
