auto populate one field based on other 3 fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:33 AM
Hello Exports,
We want to auto populate based on assigned to field on asset table.
cost center ,department and location.
Requirment
1.If assigned to is empty "cost center ,department and location" fields should be empty.
2.If not should populate values based on the assigned to .
I have tried below onchange client script but not working pls correct me.
Table =" alm_asset"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:59 AM
Hello @akin9
You need to check the fields on which you are doing operation, It might have some other client script and Business rule working on it.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 04:09 AM
Hi @Samaksh Wani ,
i have changed the table "alm_hardware" its updating the values. but clear is not working.
can you help me for clearing the values.