Invoking start process smart service and update constant smart service in Expression Rule

Hi,

 

May I know how to invoke a start process smart service and update constant smart service in an expression rule.

 

Thanks,

Balaji.R

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    A Score Level 1
    in reply to Josh
    Hi Josh, Let me explain you my requirement,
    We are calling a third party service through Integration object, we need to get OAuth token from a constant and pass it in the header of the request. For which we are using a expression rule to be called in the request header parameter, the expression rule will check the token expiry and if the token is expired it will call a third party service, gets the new token and update the same in the constant and return that token to be passed in header. This is the logic we are doing inside an expression rule.

    Regards,
    Balaji.R
Children