How To Call Data Transform From JavaScript

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

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

  • @AshutoshKumar-bd7hf
    @AshutoshKumar-bd7hf 8 หลายเดือนก่อน

    Sir I think you have to mention the pyActionInfo in Pages & Classes Tab on js file.

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

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

    Nice explanation. I'm able to run data transform and activity but set value, refresh section are not working. Is there any possibility to make a video for other APIs
    Thanks to run activity:
    function callActivityfunction() {
    var options = {
    name: "CallSetCustomerInfoActivity",
    contextPage: "pyWorkPage",
    event: event
    };
    pega.api.ui.actions.runActivity(options);
    }

    • @AshutoshKumar-bd7hf
      @AshutoshKumar-bd7hf 8 หลายเดือนก่อน

      @manim6037 Can you tell me how did you run activity in Java Script? I am not able to do that

    • @manim6037
      @manim6037 8 หลายเดือนก่อน

      @@AshutoshKumar-bd7hf I am calling from custom section. Added below code inside the script. function callCustomActivity(){ var options={name: "SetUserID", contextPage: "pyWorkPage", event: event}; pega.api.ui.actions.runActivity(options);}

    • @manim6037
      @manim6037 8 หลายเดือนก่อน

      @@AshutoshKumar-bd7hf Using custom section:

      click

      function callfunction(){
      var options = {
      name: "CallActivity",
      contextPage: "pyPortal", - refering from UserHeader section
      event: event
      };
      pega.api.ui.actions.runActivity(options);
      }

    • @manim6037
      @manim6037 8 หลายเดือนก่อน

      @@AshutoshKumar-bd7hf

      click

      function callfunction(){
      var options = {
      name: "CallActivity",
      contextPage: "pyPortal",
      event: event
      };
      pega.api.ui.actions.runActivity(options);
      }

    • @manim6037
      @manim6037 8 หลายเดือนก่อน +1

      @@AshutoshKumar-bd7hf
      function callActivityfunction() {
      var options = {
      name: "CallSetCustomerInfoActivity",
      contextPage: "pyWorkPage",
      event: event
      };
      pega.api.ui.actions.runActivity(options);
      }

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

    make more pega+ js videos