how to display only my assets list which are assigned to me when i select Asset field in the record producer ?

hemachandra2
Tera Contributor

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

 

14 REPLIES 14

OlaN
Giga Sage
Giga Sage

Hi,

Create a variable on the record producer, a reference (or a list collector), and in the reference qualifier enter something like this:

 

find_real_file.png

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

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.

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