Forum Discussion
christopher_gillis
6 years agoNew Member
Hello,
You already pointed out the problem here. :) You should just need to apply the query that you built using something like the sample code below. I've also included some simple validation to make sure the Member is actually created.
// the aml variable is built above
Item res = _innovator.applyAML(aml);
if (res.isError()) {
// If we're unable to create the Member, return the error so we can see why
return res;
}
Chris
Christopher Gillis
Aras Labs Software Engineer