Tag Archives: replace

Modifying the WO component product in Sage X3

In Sage X3, During a WO process we get Header product’s BOM components auto loaded up and sometimes we want to replace a component code. To achieve this requirement, let us take you through a simple and effective process provided by Sage X3 as shown: We’ll be referencing the following screen from Sage X3 for… Read More: Modifying the WO component product in Sage X3 »

How to replace the character in the string?

In this blog, we are looking the X3 feature for replacing the specific character in the input string. New Stuff: How to open the object managed screen via code? The ctrans function is very helpful if the user wants to replace the substring as same in SQL with the help of REPLACE(). Syntax: ctrans(“inputstring”,”find character”,”replace character”)… Read More: How to replace the character in the string? »