Question

mWO modification

  • 20 August 2020
  • 1 reply
  • 83 views

Badge +2

We need to add several OEE functions to the mWO (get journal records, add new journal entry).

As we understood we need to add mobile entity in the mWO code. We got an advice to use DevScaffold project for this purpose.

Our question is – do we need to have WO full source code of existing entities in order to add our one or we can build our entity as a separate DLL and deploy it along with existing cloud resource dll (mWorkOrder_4_8_1_0.dll)?


1 reply

Userlevel 5
Badge +9

Hi,

Mobile IFS TAS only allows you to have one major version of an app so you cannot have multiple DLL’s for the same app at one time.

So if you need to change the DLL, you need to have the source code in order to do it, you need to do your change in the source code and build a one DLL file.

/Subash

Reply