cancel
Showing results for 
Search instead for 
Did you mean: 

To Capture/control SAP B1 system message in Di API(for Min-Max quantity in AR invoice)

Former Member
0 Kudos

Hi All,

          Is It Possible to control System Message Through DI API.

Thanks In Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

edy_simon
Active Contributor
0 Kudos

Hi Swetha,

'Control' such as ?

Regards

Edy

Former Member
0 Kudos

Hi Edy Simon..

Thanks for your reply!!!!!!!!!

If item is considered as Minimum,Maximum In Item Master then before adding A/R invoice Screen One system Message Will Come

'''Selecting this quantity causes inventory of item (12670) to fall below minimum level.''''

default want to click 'YES'..... How to control this message through DI api..

i have attached screen shot for your reference

anyone have idea about this.....

edy_simon
Active Contributor
0 Kudos

Hi Swetha,

I think you mean using UI api ?

DI API does not give you this message.

There is no direct way of handling this.

You can only catch the 'on after form load' event of this form type.

Check that the message inside this form is the correct message that you want to intercept and if it is, do a click on the button item 'Yes'

Regards

Edy