Skip to main content

We have a custom field called UsrLocation and we want this to show up in the appointment screen under Details, I have found out that it needs to be added under the Service Order Details Grid. The issue is that the custom field was added to the Equipment form and is not showing up under the Service Order form. I understand that I need to make that custom field available (I think by adding it to the DAC?) to other forms, I am not sure how to do that under the customize project screen. Any help would be appreciated.

 

@ryonxan

  1. The Appointment Detail grid has nothing really to do with Service Order detail. It has some links but it has its own DAC called FSApoointmentDet
  2. You need to have a link between Appointment Details and Equipment to bring any given field from Equipment including custom fields. 
  3. This require a custom field in App Det (depending on your need bound or unbound) and some BL to bring the value at first place and next keep updated by changing other related fields.
  4. these all require coding that I’m not sure about your experience. Hope this helps.

Reply