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

VBCS : Is it possible to make a paginated, editable table region based on Any variable?

Hi All,

I have a requirement to flatten the data received from the REST API endpoint:
/fscmRestApi/resources/11.13.18.05/purchaseOrders?q=StatusCode='OPEN'&expand=DFF,lines,lines.DFF,lines.schedules,lines.schedules.distributions.

The response structure contains deeply nested arrays at the line, schedule, and distribution levels. My goal is to display flattened data at the distribution level, which I have achieved using a JavaScript function. This function also handles pagination and returns a view, which I then bind to a table region using an Any variable.

So far, all of the above requirements have been successfully implemented.

New Requirement:

The business now requires the table region to be editable.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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