Siebel EAI Adapter to Query all the account based on User Position in Account Team.
Hi All,
I have a requirement to create a inbound web service, which will return all the account records, based on user Name passed from external application.
Meaning, WS should only returns the accounts where user name passed position is exist in account team mvg.
I have create a WF Start-> EAI Siebel Adapter - Query Page -> End.
In EAI Siebel Adapter step, I have passed argument as , Page Size=100,Output IO Name=<Account> and serachspec=<?????>.
But I am not getting how to build the search spec expression.
Basically, I have to do something like serachspec as [Account.Status] = 'Active' AND [Account_Position.Name] = 'Position Name'. but how to get the position name of the user name from the input message and since