Skip to main content

Posts

Showing posts with the label SessionAccessService

How to get Profile Attribute in Siebel Workflow

For getting 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 GetProfileAttr in Method Name. Then click on Business Service and set Input Arguments as below: Add Profile Attribute name against Name input argument. Go to Output Arguments and set the arguments as below: Add Process Property name in which you want to get Profile Attribute value.

How to set Profile Attribute in Siebel Workflow

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.