Invoke Object Service Get Method not working

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi All,

I'm new to Kony and trying to work on the CRUD operations. I have created a simple form as in the attached and able to push the data to a storage object in Fabric using the Invoke Object Service Create method

The problem is the Get method does not work, when retrieving the data from the storage object using the Invoke Object Service Get method.

I'm trying to use the Invoke Object Service Get method to retrieve data from Fabric storage object and populate it in a data grid on the form when the submit button on the form is clicked.

Any ideas what I'm might be missing please.

Thanks

Hi @Fionv Roxewts​ ,

  1. You need to change the "Security Level" to public/Anonymous User as you dont have any identity service configured.
  2. In Visualizer,Please right click on "GET" operation in mapping editor and copy/paste inside the callback of "CREATE" operation.
  3. In callback of "GET" operation, please do a "Add Mapping" to see the mapping between "Service" elements and Form widgets.

Hi,

Point 3 fixed the issue. Seems like for Get method, we need to add Mapping.

Please see attached the solution

Thanks