LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  calling a BRX from Java node multiple times

    Employee
    Posted 07-08-2014 00:32

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: techm_aritra

    Hi,

    i have a brg file which i need to call from a Java Node.

    please let me know if this thing is possible in LAE 4.6 and if possible then please tell me the process for it with an example

    please revert AS SOON AS POSSIBLE..

    i want to call the brx within a loop so it can be called multiple times.


  • 2.  RE: calling a BRX from Java node multiple times

    Employee
    Posted 07-08-2014 08:19

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ltolleson

    You can do this using the ExecuteBRX node. It will execute the graph 1 time for each input record.


    Here is an example graph of calling a BRX using the ExeucteBRX node.

    http://community.lavastorm.com/threa...ull=1#post5918

    Download the attachment SalesForceBatch.zip. Pay close attention to the input into the ExecuteBRX node and the graph parameters of the graph being called. This is the key to passing in values to the called graph.

    Enjoy,
    Larry


  • 3.  RE: calling a BRX from Java node multiple times

    Employee
    Posted 07-09-2014 06:31

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ltolleson

    I have attached the example file below. In case you cannot get to the link in my previous post.

    Thanks,
    Larry
    Attachments:
    SaleForceBatch.zip


  • 4.  RE: calling a BRX from Java node multiple times

    Employee
    Posted 07-10-2014 02:11

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: techm_aritra

    Hi,
    I cannot access the link that you gave me in the thread...


  • 5.  RE: calling a BRX from Java node multiple times

    Employee
    Posted 07-10-2014 06:36

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ltolleson

    Sorry about that. I realized after the fact that they link I gave you is from a private forum.

    Are you able to download the SalesForceBatch.zip that I attached in post #3. That is the example that I wanted to give you, which is from the link you cannot access.

    Thanks,
    Larry