Hi
Can someone tell me how to create a group in a Standard Page e.g Item Card Page has group such as Item,Warehouse using extension in VS Code?
*This post is locked for comments
Hi
Can someone tell me how to create a group in a Standard Page e.g Item Card Page has group such as Item,Warehouse using extension in VS Code?
*This post is locked for comments
I tried addafter. It worked. thank you Mohana
can you show your code.
try addafter instead of addlast.
Yes I tried but then its shows error on group.
It says syntax error to add }(closing brace) even after adding the closing brace I get the error
did you try removing addlast(General) //lets say after general tab
I tried this earlier this is the output.
Below is the screenshot.
addlast- here I added Warehouse and group is quality.
My question is I want to create Quality as a separate thing like Warehouse.
I want it separate not inside Warehouse or General
try this
layout
{
area(content)
{
addlast(General) //lets say after general tab
{
group(yournewgroup)
{
field(yourfield;yourfield)
{
}
}
}
}
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal...
291,280
Super User 2024 Season 2
Martin Dráb
230,214
Most Valuable Professional
nmaenpaa
101,156