how to display only my assets list which are assigned to me when i select Asset field in the record producer ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 04:04 AM
Hi All,
how to display only my assets list which are assigned to me when i select Asset field in the record producer ?
Please help me to achieve this
Thanks
Hemachandra
- Labels:
-
Enterprise Asset Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 04:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 04:43 AM
Hi Olan
Thanks for the response
Basically here If i use above it always display my assets only but , here in my requirement in the record producer there is field calles "user", if i select any user in that field, then in the asset Field it will display the assets list which are assigned to that particular user?
Example ;
If i select my name in the asset it will display assets which are assigned to me
If i select other user hen in the asset Field it will display the assets list which are assigned to that particular user
Please help me achieve this?
Thanks
Hemachandra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 05:06 AM
Then you can try using the variables method described by Chaitanya.
And if that solution isn't working, you will need to create a script include to define what assets should be shown, and get the results with an onchange client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 05:16 AM
Hi Olan
Actually i tried variables method but it won't works
Can you please provide me the sample code for script include , it will helpful me to achieve this?
Thanks
Hemachandra