My question is in regards to the Go-to function of the smartlist. I am trying to set up a go-to function so that the form "Item Resource Planning Maintenance" form opens, and the fields "Item Number" AND "Site ID" are automatically populated.
So far, I have been able to successfully populate the Item Number field without problem. However, when I try to populate the Site ID field, an error prompt pops up saying that the field is locked.
So far, I have tried many different things;
1. "Run a field script" on (L)Site, THEN "Set a field value and run the field script" on "Location Code",
2. "Move the focus to a field" on (L) Site, then the same as above,
3. Record a macro that selects the radio button for Site ID on Item Resource Planning Maintenance, then task type of "Run a macro", then same as above,
4. Lastly, looking through the forum, I have found someone with the exact same problem, whose answer posted was:
“In order to create a constant, create a calculated field that is a static value. Pass this value to the radio group in order to change it from All to Site.
After your values are set, use the action to just run a field script ( with no value set), on the redisplay or equivalent field.”
I am out of bright ideas, and in need of some help.