cancel
Showing results for 
Search instead for 
Did you mean: 

Skip Any page in Smartforms

Former Member
0 Kudos

Hi All,

I am facing an issue where I have One smartform created where I have to display Barcode information at the back of each page .

but not to print in Online Mode , Email or Fax.

Now I have created separate page for barcode in smartforms after each page containing data but want to skip for Online/ fax/ mail mode .

Is it possible ?..Please suggest any possible solution..

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sachin,

Include Table NAST(Message Status) in your form.

Take the fields KSCHL(Message type/Output type),

NACHA(Message transmission medium) from NAST table and use the condition something like

if NAST-KSCHL = 'Your output type'

and NAST-NACHA = '1' .

Then print.

else.

skip.

endif.

Hope it helps u..

Regards,

KK

Jelena
Active Contributor
0 Kudos

I believe the page can be skipped by using a Command node. To the command node you'll need to apply a condition, based on the output media in NAST table. It's better to add NAST to the Smartform interface.