Editing a Sub Set of many clients "Referal Sources"
Editing a Sub Set of many clients "Referal Sources"
brennan119
Posts: 5Questions: 3Answers: 0
in Editor
I have a table containing "Referal Sources" - this is for a multi-user system so I have a field **myClientID ** to identify the client. What I need to do is only show the client's referal source for a particular client, not every entry for all clients. If there "Where myClientID = 1" option?
This question has an accepted answers - jump to answer
Answers
What are you using on the server-side for this, as that is where it will need to be done? If you are using our Editor PHP libraries for example, then the documentation needed is on this page. Similar for our .NET and NodeJS libraries.
Allan
Thank you Allan