Announcements
Hi,
I have inserted an editable field on the Item list page, right above repeat control, I have modified the page property to editable and it's working fines if I open the page through the search bar
however when I run the Item list page from Role Center page, then it is not in editable mode. To make it editable I have to click on the EditList action and then it's editable
Does anyone have an idea about this?
I have tried to add new action on the role center page and set the RUNPAGEMODE to edit but still, it's not working,
According to my understanding, there is some restriction on the Role Center page, Does anyone have experienced the same or know how to handle it?
Thank you very much for your consideration.
Hi,
Thank you very much for the workaround.
Really appreciated.
Hi, I tested it out and found a workaround.
Adding the button to the Actions area does not have this problem. Of course the customer is required to accept this solution.
Test Video:
[View:/cfs-file/__key/communityserver-discussions-components-files/758/Test0708.mp4:994:746
pageextension 50136 BusinessManagerRCExt extends "Business Manager Role Center" { actions { addafter("Sales Quote") { action("Run Item List") { ApplicationArea = All; Caption = 'Run Item List'; Image = Process; RunObject = page "Item List"; } } } } pageextension 50100 MyExtension12 extends "Item List" { Editable = true; layout { addbefore(Control1) { group(SearchCrossReference) { Caption = 'Search Cross Reference'; field(SearchText; SearchText) { Caption = 'Search Text'; ApplicationArea = All; } } } } var SearchText: Text; }
Hope this helps.
Thanks.
ZHU
Hi,
If you want to make the editable of any list page and running through any role center it will work only if you press Edit list button, and you can not make anything editable on role center.
Thanks.
According to documentation, this is not possible to open the page in editable mode from Role Center,
Designing List Pages for Business Central - Business Central | Microsoft Docs
However, if anyone has a workaround then it's more then welcome
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156