The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Haq Saq
9 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
3 Replies
- AshC7 years agoRetired GoTo Contributor
Hi Toby,
Try this work flow to customize your Customer's fields:
Configure > Services > [select service] > [Incidents, Problems, Changes, Releases or Knowledge tab] > Custom Fields tab and then clicking where it says "Create a new custom field now" --- and then select the new field for the specific service.
- tobyg7 years agoNew Member
Hi,
Is there any way to create a custom field for Customers?
I can create custom fields for Incidents and for Admin Users, but can't seem to find a way to customise fields for customers.
Thanks,
Alex
- AshC9 years agoRetired GoTo ContributorHi Haq,
Unfortunately we don't have any additional documentation around this at the moment, though I'll see if there are any similar solutions out there for Service Desk AD users.