Solved

FSM 5.7 - Logistics Manager UI update or Business rules

  • 27 March 2020
  • 2 replies
  • 127 views

Userlevel 5
Badge +13

Can you update the UI in logistics manager?

or

Can you put business rules on there?

I am trying to have certain fields auto populate but when creating the custom process, the table STOCK_ADJUSTMENT (which is where the misc adjustments in logistic manager live) isnt available.

 

I am assuming i wouldnt have access to do this but wanted to see if there was another way around.

icon

Best answer by Mike The FSM TechnoGeek 7 April 2020, 16:17

View original

2 replies

Userlevel 5
Badge +17

stock_adjustment is not a database object.  It ‘lives’ only in the screen metadata and the screen manager C# ADO.Net code behind the screen itself in the Smart Client, and the Angular.js code and scripts in the Web Client (FSM6 and above).  Business processes only work with actual database objects, so in order to do what you’re wanting, you would likely need to use client scripting.  Out of the box, logistics manager is a ‘fixed’ screen, so it’s not available to be modified with UI Designer.  Doing what you’re asking might be a level (or two) above what we would usually discuss in this forum.

Userlevel 5
Badge +13

Thank you @Mike The FSM TechnoGeek  - appreciate it!

Reply