Team,
I have been tasked with writing a custom procedure that will display and update the constituent gender for both name1 and name2. This procedure will be used via the API calls. Before I venture out I thought I would check and see if anyone has done this before. Does anyone have any stored procedures to do this or tips?
Many thanks!
Naomi
You could write a custom stored procedure that pulls this information based on session key. Then you can call this method through the api via the ExecuteLocalProcedure web method. Let me know if you have any questions about this.
Regards,
Jon