Browse By Tags

  • Setting up intermediate codes for process driven BoMs that allow intermediates to be tracked but do not prompt a allocation upon WO generation.

    Hello All, So I'm trying to setup a BoM for a process driven product formula which would look similar to this: Phase 1 Instructions (Component type: Text, Type: Active) Input 1 Weight (Component: Normal, Type: Physical) Input 2 Weight (Component: Normal…
  • How to store Blob image's type in a table ?

    I created a custom screen where I am displaying images related to a driver. I am using a datatype of ABB, input of Display, and Graphic object of Photo.I have an issue on how to store those images. I know that it is stored in the CBLOB table. In the screen…
  • How to Post Purchase Invoice via Code

    Hi, We want to post Purchase Invoices from code after it has been saved, we have done a similar customization for the Suppliers and it works perfectly. However, for the Purchase Invoices, it does not execute. Here is the code snippet we use. It…
  • 4GL - Reading a field value and formatting

    Hi all, I would like to read a value from a field (TEXT) and If the user entered a value different than only numbers the system will replace all non number characters to blank. something like : replaceAll( ' [^0-9] ' , ' ' ) is it possible? …