Hello everyone, I am developing a form that uses the Workspace Operational pattern. In the TabbedList section I have seen that some sub-sections called FormPart are added, which are related to a menuitemname and in turn, to the form that I want to visualize. At this point, I have two doubts:
1- I would like to add to the visualization of this form a couple of filters.
2- There is a part of the form that I call that I would not be interested in displaying, a kind of filter of Inventlocationid, inventSiteID, ETC.
I have taken as example the Workspace of administration of the system, since it uses the same pattern, but at the time of adding the above mentioned I do not know how to do it.
The Form i call from The form I call from the WorkSpace is WHSInventphysicalOnHand.
The area circled in red is the one I want to hide when displaying this form from the formpart of my workspace.