Haq Saq
8 years agoNew Member
Create a custom customer field so we can record their seat number from AD
Hi there,
Is there any documentation on how to modify the Default.aspx.cs file to add more info to the fields in customer profiles? I want to point the "Address" field in the GTASD to pull info from the "Office" field in AD. If there's a list of field mapping please point me in the general direction.
If the field is there why not pull something useful into it during self registration, which is already set up and means the Default.aspx.cs is available to modify.
This doesn't seem to be good enough:queryParams.Append("&address=" + Server.UrlEncode(GetProperty(user, "Office")));
I don't even know if "&address" is the right field name on GTASD
Thank you