No data is getting populated on model field value in Transfer order line form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 09:53 AM
In transfer order line form[alm_transfer_order_line] the model field value are not getting populating even the respective table having the data.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 10:29 AM
Hi @bhargavi143 ,
Hope you are doing great.
Here are some steps to troubleshoot and potentially resolve the issue:
- Ensure that the
model
field on thealm_transfer_order_line
form is correctly mapped to the respective table column. You can verify this by navigating toSystem Definition > Tables & Columns
and checking the column mapping for thealm_transfer_order_line
table. - Check if there's a Data Lookup rule that might be affecting the population of the
model
field. Navigate toSystem Policy > Data Lookup Definitions
to verify. - There might be a Business Rule that's affecting the
model
field. Navigate toSystem Definition > Business Rules
and filter by thealm_transfer_order_line
table to review any rules that might be affecting the field. - Client Scripts can also manipulate field values. Navigate to
System Definition > Client Scripts
and filter by thealm_transfer_order_line
table to see if there's any script affecting themodel
field. -
System Security > Access Control
and filter by thealm_transfer_order_line
table. -
If the
model
field is a scripted field, ensure that the script is correctly fetching and populating the data.
Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Regards,
Riya Verma
Regards,
Riya Verma