No data is getting populated on model field value in Transfer order line form

bhargavi143
Tera Contributor

bhargavi143_0-1698338975386.png

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

Riya Verma
Kilo Sage
Kilo Sage

Hi @bhargavi143 ,

 

Hope you are doing great.

 

Here are some steps to troubleshoot and potentially resolve the issue:

  1. Ensure that the model field on the alm_transfer_order_line form is correctly mapped to the respective table column. You can verify this by navigating to System Definition > Tables & Columns and checking the column mapping for the alm_transfer_order_line table.
  2. Check if there's a Data Lookup rule that might be affecting the population of the model field. Navigate to System Policy > Data Lookup Definitions to verify.
  3. There might be a Business Rule that's affecting the model field. Navigate to System Definition > Business Rules and filter by the alm_transfer_order_line table to review any rules that might be affecting the field.
  4. Client Scripts can also manipulate field values. Navigate to System Definition > Client Scripts and filter by the alm_transfer_order_line table to see if there's any script affecting the model field.
  5.  

    Ensure that there are no Access Control Rules preventing the field from displaying data. Navigate to System Security > Access Control and filter by the alm_transfer_order_line table.
  6. 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