Notifications
Announcements
No record found.
Hi, I want to use a method as a display field in the page field, how can I use the custom method as a field instead of a table field?
Hi,
Please create a procedure with return type like below
Localprocedure():text
begin
exit('This is text type return value');
end;
now you can call this Localprocedure() method directly as a Field on any page.
Like below:
field(CustomField;Localprocedure())
{
applicationarea := all;
}
I have created that procedure in the table and am able to get it on form, Thanks.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 2,135
YUN ZHU 733 Super User 2025 Season 2
Sumit Singh 612