You have two options for concatenating strings and column values in Oracle:
CONCAT
Using ||
CONCAT example:
select CONCAT(ROW_ID,'text') from s_contact;
For setting the Profile Attribute in Siebel Workflow, follow below steps: Add Business Service box in workflow. Open Business Service properties. Set SessionAccessService in Business Service Name. Set SetProfileAttr in Method Name. Then click on Business Service and set Input Arguments as below: Against Name argument you will add your profile attribute name and against Value argument you will add value for the new profile attribute, it could be from Process Property or Literal.
Comments
Post a Comment