Admin if i'm not following the rules please take it down. I'm not sure if my post on the correct category
I don’t usually post, but I’m stuck and could use some guidance. My situation has never been so dire that I really need help.
I’m working on an app that includes a Member object, which has a self-referencing attribute called ReferredBy that links to another Member. Essentially, this setup allows one Member (A) to refer another Member (B).
The challenge I’m facing is creating a guest signup URL that includes the ReferredBy field, so that new members signing up through the link will be assigned their referrer automatically.
Based on the documentation, I know how to create a basic Member object, but I’m uncertain how to structure the URL to include the ReferredBy reference.
Here’s what I have so far:
Code: Select all
http://localhost:8080/AwareIM/logonGuest.aw?domain=CRM&firstCommand=newObject,Member&testingMode=true