Quantcast
Channel: Microsoft Dynamics NAV
Viewing all articles
Browse latest Browse all 64865

Forum Post: RE: sales invoice sub form

$
0
0

1. High Level code is

if "Document Type" = "Document Type"::Invoice then

 if NOT (Type in [Type::"",Type::Item]) THEN

    ERROR('error message');

2. You need to write code like

if "Document Type" = "Document Type"::Invoice then

 IF NOT CONFIRM(

   'Posting Date is %1.. Do you want to contineu?',FALSE,

   "Posting Date")

 THEN

   EXIT;


Viewing all articles
Browse latest Browse all 64865

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>