Hello all,
How can I add a new fast tab after Warehouse fast tab in Item card page . Actually I Wrote Code like Addafter(Warhouse) but warehouse is not found in code.
Usually all the groups are named but in this case it is Control1907509201, so you need to do something like below to add the group after that.
addafter(Control1907509201)
{
group(Test)
{
field("Blocked";"Blocked")
{
}
}
}
Hi,
It's because the FastTab's Name is not Warehouse. A FastTab has always an internal Name and an external Caption (which you see in the client).
The name is "Control1907509201".