You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Fire Data Provider Event Mutation Adding Multiple Rows Not Working

Summary:

I am trying to figure out how to mutate an ADP by adding multiple rows at the same time.

Content (required):

In the console, I see:

FireDataProviderEventAction called with a mutation event for operations: ["add"] and payloads: [{"data":[{"id":1116,"item_number":"BI1001Tires","item_description":"Tires","parent_id":1116},{"id":1118,"item_number":"BI1001Seat","item_description":"Seat","parent_id":1118},{"id":1117,"item_number":"BI1001HandleBars","item_description":"Handle Bars","parent_id":1117}],"keys":["\"[1116,1116]\"","\"[1118,1118]\"","\"[1117,1117]\""],"indexes":["0","0","0"]}] respectively.

The payload "data" property looks correct to me. I am not sure if I am populating the "keys" and "indexes" right.

Only 1 row is being added to the ADP. Ideally, I would actually like to add the rows UNDER the row that is selected, but I wasn't sure how to do that using either the "addBeforeKeys" property or the "indexes" property.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!