Skip to main content
Question

Add warning/info message


Forum|alt.badge.img+9

Hi,

does anyone know how to add a warning/info message in Apps 7.5? 

The below dose’nt work in 7.5

      Client_SYS.Add_Info('<LuName>','<Message>');
      Client_SYS.Add_Warning('<LuName>','<Message>'); 

 

Regards,

 

Gary

 

5 replies

Forum|alt.badge.img+5
  • Sidekick
  • 15 replies
  • August 10, 2020

Hi @crpgaryw - Did you find any solution to this by any chance? I got a same issue where i can raise an error message on Apps 7.5 without any issue but struggling with warning message.

 

Thanks

Dinesh


paul harland
Superhero (Employee)
Forum|alt.badge.img+24

Hello Gary,

In IFS Apps 7.5 you can try the the syntax below.  But note that this does not work in all screens in IFS, and is not officially supported.  So you can try it, but don’t be surprised if the message gets lost (and is therefore not displayed) in a particular area.

CLIENT_SYS.Add_Info('PurchasePart','XXTTYY:  :P1 ', 'It is better if you specify a BUYER code...');

(“P1” refers to the first parameter, which in this case is the text that follows)


  • Superhero (Employee)
  • 1432 replies
  • August 11, 2020
crpgaryw wrote:

Hi,

does anyone know how to add a warning/info message in Apps 7.5? 

The below dose’nt work in 7.5

      Client_SYS.Add_Info('<LuName>','<Message>');
      Client_SYS.Add_Warning('<LuName>','<Message>'); 

 

Regards,

 

Gary

 

Which LU are you testing this on? As @paul harland mentions, it doesn’t work on all LUs. 


Forum|alt.badge.img+5
  • Sidekick
  • 15 replies
  • August 20, 2020

Hi

Is it possible to find a list of warning message supported LUs somewhere in IFS or by some other means?

I am trying for LU- OrderQuotationLine where error message works fine but not the warning message so just wanted to confirm.

 

Thanks

Dinesh


  • Superhero (Employee)
  • 1432 replies
  • August 20, 2020
CedDinesY wrote:

Hi

Is it possible to find a list of warning message supported LU somewhere on IFS?

I am trying to find for OrderQuotationLine.

 

Thanks

Dinesh

I don’t know of one. Is this for Apps 10? I tried on LU QuotationLinePartOrd and table QUOTATION_LINE_TAB and it seems to work fine (you’ll have to do one for QuotationLineNopartOrd as well). 

 

BEGIN
IF '&NEW:NOTE_TEXT' ='Community Test'
THEN
IFSAPP.Client_SYS.Add_Info('QuotationLinePartOrd','TEST: Testing on Quotation Order Line in Apps 10' );
END IF;
END; 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings