How can I make Lookup Asynchronous ?

评论

1 条评论

  • Avatar
    Varun Agasthya

    Hello Vinay,

    The Lookup execution is an Asynchronous execution itself. We understand that there might be some cases where the response would be required and therefore AgilePoint provides a “callback” which would be executed once lookup execution is done. Anything which is dependent on lookup completion has to be inside “callback”.

    You can pass the callback method as a parameter and execute after executeLookup as content below.

    Thanks

    0
    评论操作 固定链接

请先登录再写评论。