Hello,
I'm displaying data from two temporary tables similar to Routing Header / Line. The page is displayed in response to an action added to the Items page. Data is retrieved from a REST API.
I've been unable to make the Insert Line (Manage) group appear.
The problem appears related to SubPageLink which makes me wonder if the temporary table scenario I'm implementing is supported. For example, when I specify a the following sub-page link, the ListPart grid is not populated.
SubPageLink = ComponentId = field("ComponentId")
Any suggestions appreciated.
Update: I mentioned the SubPageLink wasn't populating the grid. After adding CurrPage.Update() to the page containing the ListPart in the after populating the temporary tables resulted in the ListPart populating as expected.
Still unable to show the Insert Line action.
Thanks!