How to call an Apex class method from Dataraptor in Omnistudio?

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024
  • In this video we will see how you can call Apex class method in Dataraptor(DR) in Omnistudio.
    Github link:-
    bit.ly/3U6daLb
    #salesforce #vlocity #omnistudio #dataraptor #apexclasses

ความคิดเห็น • 10

  • @shoebkhan4601
    @shoebkhan4601 ปีที่แล้ว

    Extremely useful video. Thanks for uploading it!

  • @ramanandkumawat4385
    @ramanandkumawat4385 ปีที่แล้ว +1

    👍👍

  • @brucesmith8156
    @brucesmith8156 7 หลายเดือนก่อน

    Pretty cool

  • @ankanjana6239
    @ankanjana6239 4 หลายเดือนก่อน

    I can see the value that is returned from the Apex Class but when trying to use the value for mapping on the document it's not working. Am I missing something?

  • @nehajamdade2983
    @nehajamdade2983 ปีที่แล้ว

    In dataraptor you put class name ,method name and account list in functions so does it executes the whole apex class unless it finds it's if condition?

    • @forcefellow
      @forcefellow  ปีที่แล้ว

      Correct, Method name is just a parameter here, so we need to add condition to execute method specific code else it will execute everything.

  • @vineethkm6145
    @vineethkm6145 ปีที่แล้ว

    Hello, i tried exactly the same, but got null in apex, am not able to receive data

  • @sharukh_sk
    @sharukh_sk 4 หลายเดือนก่อน

    Can we call an Integration Procedure from a DataRaptor? If yes, then How to call an Integration Procedure from DataRaptor?

  • @rajasaha1997
    @rajasaha1997 ปีที่แล้ว

    We need to implement interface 'vlocity_cmt.VlocityOpenInterface' not callable.

    • @awesomekj5812
      @awesomekj5812 ปีที่แล้ว

      I believe when we call apex functions from formula ..we have to do it this way. When we call Apex from IP or DR remote action , in that case we have to use vlocity interface