Customer Portal

Using the Dictionary Feature

Comments 3

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi Akhil,

    Is the "another graph" directly executed by the first one by JobFlow's ExecuteGraph/ExecuteJobFlow component on CloverETL Server? Can you prepare sample graphs for us?
  • Avatar
    akhil
    0
    Comment actions Permalink
    Hi Jaroslav,

    I am not using the jobflow. Using my first graph, I logged into the salesforce and got the session. In the second graph, I am trying to use that session.

    Do I need to use the jobflow to use the dictionary feature.

    Thanks & Regards,
    Akhil
  • Avatar
    slechtaj
    0
    Comment actions Permalink
    Hi Akhil,

    Using of JobFlow components in this case would be the best solution. You should keep in mind that dictionaries are private for all graphs. Components SetJobOutput and GetJobInput are only working with these private entries (it only saves the value to private dictionary). In order to pass these values to dictionary of another graph you have to use use either ExecuteGraph or ExecuteJobFlow component. These components have Input and Output mapping attributes in which you can map dictionary entries from one graph to another.
    Regarding this particular case, you can find similar sample of working with SalesForce in our JobFlowExamples right in CloverETL Designer (06-ExternalInteraction-SalesforceWebServices.jbf).

    Best regards,
    Jan

Please sign in to leave a comment.