Deep linking |
Previous Next | Direct link to this topic |
With the B1UP Web-browser it is possible to have a Web-site that deep-link to a SAP Business One Client screen (Example have a link in you backend Web-shop that links to the Item Master Data Screen)
You have the following commands available:
Open a Screen
Syntax: B1UP://OpenForm(<objectType>|<primaryKey>) Example: <a href="B1UP://OpenForm(2|C20000)">Go To Business Partner C20000</a>
Activate a Menu Item (to open a screen without data)
Syntax: B1UP://Activate(<menuUid>) Example: <a href="B1UP://Activate(2050)">New Sales Order</a>
Launch a Universal Function
Syntax: B1UP://UF(<UFCode>) Example: <a href="B1UP://UF(UF-333)">Launch UF 333</a> |