
Hello Business Central Community,
I'm currently working on some Assisted Setup pages (a bit like the example in https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-extension-advanced-example#developing-the-sample-customer-rewards-extension). There are some text fields (read-only). They are declared like:
field(FieldName; Field){ ApplicationArea = All; Caption = 'My Caption'; Editable = false;}Is this even possible to achieve from an extension?
Thanks in advance.