- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2024 07:36 PM
Hi Everyone,
I have some dependent fields (Division is dependent upon country and HFM entity is dependent upon Division) while importing the records in the table via import set, data are imported in the table and available in DB and list view but those data are not available in the form shows as --None-- after refreshing form also, data is not there and if I save the form data will be gone.
Please help me with the solution
Also I can't remove the dependency
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 01:54 PM
Just to let you know I got the solution
Actually Backend value of the choice was different than the Label and I was trying to import with the label only
Instead of that import through Value then it will take the correct data in the field also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 07:54 AM
1)How have you configured dependent field logic?
>>I configured from fields configure dictionary. Selected dependent field and filled backend value of choice on dependent value
2)Are you creating these choices during import or these choices already there and just loading date?
>> Dependent value and fields are pre configured before importing. After configuring dependent field and dependent value we are importing the data from excel file.
Mumtaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 07:55 AM
I configured from fields configure dictionary. Selected dependent field and filled backend value of choice on dependent value
Dependent value and fields are pre configured before importing. After configuring dependent field and dependent value we are importing the data from excel file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 01:54 PM
Just to let you know I got the solution
Actually Backend value of the choice was different than the Label and I was trying to import with the label only
Instead of that import through Value then it will take the correct data in the field also