Tag Archives: Technical Blogs

Looking for an EDI Consultant? Greytrix is your single-stop solution!

Get the best and complete end-to-end services for EDI

That automation tools are taking over the business world is no news! Hence new-age enterprises rely on innovative solutions to run seamless workflows. Which eventually builds an intricate network of multiple business partners. To streamline and have a single voice of communication with partners like vendors, warehouse managers, etc. businesses use EDI. What is EDI?(Electronic… Read More »

How to increase no. of characters in Line text entry using import template

Sometimes, it happens we need to insert description for particular line in any transaction using import template and the standard just allows limited text in line text entry like for around 194 characters. We can increase this number of characters by doing few changes in import/export template of that particular transaction. Consider example for a… Read More »

How to get template name through coding while using Import/Export Template

We might come across the scenario to find template name through the mask. We can also access using standard table name(AOBJEXTD) with abbrevation[AOD] and field name EXT. Refer to the screenshot below: Write code below in specific script ‘YPEIMPBIS’ of import/export template. Example: $Action Case Action When “IMP_OUVRE”:infbox “Script Name:”+num$([F:AOD]EXT) EndCase return The result is:… Read More »

Rounding off Net Unit Price in Sales Order

In a Sales order, while dealing with pricing we may want to round off net price to the nearest decimal. Sage X3 provides a parameter where we can set whether we want to round off the price or not. SALRND parameter is helpful when the pricing value is in decimals. This parameter stipulates whether a… Read More »