cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Use variables in apps search form

AndersPersson
Explorer
0 Kudos
246

Hi,

As example, I want to get work orders created by the logged in user. How do I do that?
I am thinking something like this (but it does not work):

AndersPersson_0-1728558563241.png
Also, where can I find the variables that are possible to use in forms?

Thanks in advance, Anders

 

Accepted Solutions (0)

Answers (1)

Answers (1)

nick_liu
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi AndersPersson,

I think it's not possible to fill variable in the search filter directly.

As workaround, maybe you can try to create custom CDS view during which you can define filter with Session variable, i.e. $session.user. 

See screenshot for your reference.Custom_CDS.png

Best Regards,

Nick