Announcements
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 2,314 Super User 2026 Season 1
YUN ZHU 1,781 Super User 2026 Season 1
AndrewThomas81 1,356