how to set values in a field if field present in the form is coming from some different table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 04:43 AM
Hi,
I am trying to set value in a field on subproject for 'PPM' module, but the field present on the form is coming from some different table. Whenever i run the code it is failing. Please see the screenshot for error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 04:55 AM
If it's a dotwalked field, you can't set it directly. Can you share your code?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 10:58 PM
That means that you should set the correct field. Check the technical name of the field. It could very well be a incident.parent.assigned_to field, for all we know. We can't look at your data. You only mention that you need to fill a field that is on a form, but is coming from a different table (dotwalked), which has been mentioned several times in the answers.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark