Q: How do I find a Menu Uid?
A: To find a menu-uid you need to activate Systeminformation (View > System Information). Now using the top-menu, navigate and hover over the menu-item you wish to get the id for.
Now you should be able to see the menu-uid in the lower left corner of the B1 Client.
Q: I don’t understand how to use the B1 Validation System. What do I do?
A: It is a known fact that the B1 Validation System has a high learning curve due to its dynamic nature. The best way to learn how to use the B1 Validation System is to look at the general guides and samples provided in the download.
Q: Can you tell me if it is possible and if so, how to put a golden arrow on a row level UDF?
A: Unfortunately, this is not possible to do. What you can do is to create a validation that by clicking on the desired field in the row will trigger a macro to open the needed master data or other window. So basically, we are simulating the behavior of a golden arrow.
The macro can look as follows:
- Activate(the desired menu UID);
- Transfer($[$The UDF on the row]|$[$the relevant field in the window you activated]);
- Click($[$click find]);