Category Archives: Uncategorized

Help center in Sage Enterprise Management Version 12

We may come across the scenario where we need a functional help of particular screen or field help on screen. Navigate to a particular screen and click on help symbol (Refer screenshot). Example Navigate to Sales order screen and click on help symbol in EM12 you will get the All help link over there. Refer… Read More: Help center in Sage Enterprise Management Version 12 »

How to get the comment defined in the header of an Object defined in an Adonix application?

You may have come across a situation where you want to returnreturns the comment defined in the header of the file for which the path is created with the various parameters passed. Syntax: filcom(directory, filnam, extens [, appli [,vol [,mach]]]) Example: If the CLIENT table exists in the current application or in one of its… Read More: How to get the comment defined in the header of… »

Sage Summit Toronto 2017 – Flaring up the Ignited Passion for your business

Sage Summit 2016 indeed did justice to the theme “Ignite your Passion” with over 15,000 entrepreneurs attended the world’s largest event to grow their business. The event was graced with noteworthy entrepreneurs like Sir Richard Branson, Ashton Kutcher, Gwyneth Paltrow, Zooey Deschanel, Robert Herjavec and Daymond John who gave away key business mantras. Entrepreneurs explored… Read More: Sage Summit Toronto 2017 – Flaring up the Ignited Passion… »

Getting the List of Accessible Classes in the Current Application

We may encounter a scenario where we want to know the names of the classes that are accessible in a current application. For this, CLANAM function can be used. The CLANAM function is basically used for acquiring the list of classes accessible to the current application.CLANAM function returns the Char type. Syntax : clanam(< Class… Read More: Getting the List of Accessible Classes in the Current Application »

How to Change the Title of a Tab Dynamically?

Sage X3 provides an inbuilt function to rename the title of a tab at runtime. We can change the tab title dynamically using following function: Chgtfd [class] expr_c Where, class: describes an open mask. In the absence of this parameter, the default mask is used. expr_c: describes expression of the type Char containing a valid… Read More: How to Change the Title of a Tab Dynamically? »

Steps to assign Conditional style to screen in Sage X3

Step 1: Navigate to Setup >> General Parameters >>Conditional Style assignment. Step 2: Enter screen code “YWMCSPSTD” and assign conditional style “YSTL1” for all columns except “scheduled date” set conditional style “YSTL2” (Refer to below screen shot) . Step 3: Click on save. Step 4: Put screen code “ZCONSCSO2” and put conditional style “YSTL” for… Read More: Steps to assign Conditional style to screen in Sage X3 »