Quantcast
Channel: SCN : Popular Discussions - SAP Business Process Automation by Redwood
Viewing all articles
Browse latest Browse all 1466

REL-Function "All Users"

$
0
0

Hello,

 

I want to create a jobdefinition with a parameter which is a list of all users defined in Security/Users and owner of a jobdefinition.

 

The Statement

 

select distinct s.Name from Subject s, Job j where s.Name like '%@xxx.com' and j.OwnerSubject=s.UniqueId

gives me the right list.

How can I insert this in the parameter?

The REL-Expression

 

=Query.getString('select distinct s.Name from Subject s, Job j where s.Name like ? and j.OwnerSubject=s.UniqueId',['%@xxx.com'])

is empty and gives no error.

 

 

Best regards

Dana


Viewing all articles
Browse latest Browse all 1466

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>