0

I am trying to call one of the JS adapter procedure from another JS adapter procedure.It is not calling another JS adapter procedure. I have used below code format:

MFP.Server.invokeProcedure({
    adapter : "AdapterName", 
    procedure : "procedureName", 
    parameters : ["MobileFirst"]
}); 

Please let me know if I have to integrate all these adapters into a single Maven project. Or, if it was created as a separate individual project in eclipse then also it will work. Please let me know where is the problem.
Thanks,

Gaurab Kumar
  • 2,144
  • 2
  • 17
  • 29
deepak
  • 11
  • 5

1 Answers1

0

Please go through the Data Mashup Sample tutorial which includes how to call JavaScript Adapter Procedure from another JavaScript Adapter Scenario.

Vittal Pai
  • 3,317
  • 25
  • 36