Hi Everyone
so lets say i have a PV List when i choose an item from it it populates different fields
for example picking an inventory ID will populate the description field
i have a custom Field and want to populate it the same way when i choose an Equipment ID is there a way i can do that
Thanks !!
*This post is locked for comments
i have the Service Dispatch Module
i want to to do a customization that when you select the equipment ID
it auto populates a custom text field i add
now the equipment ID is cEquipID2 field on the service call entry
bsmservfault.equipid from the database
it is set up already to auto populate two other fields the PM Code , Warranty date and the serial number , i want to add the Model field to that
so i inserted a text field and want to auto populate that field with that value which exists in the equipment maintenance table as the other values are ( equip ID , PM Code , warranty Date , .... )
let me know if you have any questions
and i thank you for your help !!!!!
You will want to add some logic to the check event of the field that has the PV list. you will need to add something like:
call setobjectvalue("user1","aaaaaa")
substitute the correct user field for "user1" and the value you want in that field for the 'aaaaa".
Now, the code is going to be more complex if the value you want to go into that field is some sort of lookup on another table based of the value selected in the PV list. At this point you have not been specific enough for me to provide any more detail.
its a standard screen with a customization
the custom field is using one of the user fields in the data record behind this screen
Thank you !!
Sorry to answer your question with a question but I need some more information.
Is this a custom screen or a standard screen with a customization? Is your custom field using one of the user fields in the data record behind the screen or is this custom field linked to a custom table?
The general answer is: yes, you should be able to do this but how you do it varies depending on your answers to the above.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156