Forum Post: RE: calc difference between two date
yes but when add this code as on table(name of new field's) or when thank to give an exemple correclty
View ArticleForum Post: RE: For a condition how I Assign Unit Price:=0 in Sales Order's Line
it depends on where you have written code. Onvalidate trigger og No. will lead to lot of other functions in codeunits etc. if your code is at the beginning then it will be overwritten by following code..
View ArticleForum Post: RE: For a condition how I Assign Unit Price:=0 in Sales Order's Line
Write the below two line of code at the very end of the No. Field's OnValidate trigger and test you might see what you were looking for by crossing 1 level. There is a function call at the same trigger...
View ArticleForum Post: RE: For a condition how I Assign Unit Price:=0 in Sales Order's Line
Thank you sir, Let me try..
View ArticleForum Post: RE: Callculate No Of Days
you can simply create no. of days as an integer datatype variable and add code like noofdays := Date2 - Date1;
View ArticleForum Post: RE: blocking warehouse transfer to specific location
OnInsertRecord() is triggered only when the records get inserted into the table, i.e when the Key fields are entered. In this case Transfer-from Code and Transfer-to Code are not part of keys for the...
View ArticleForum Post: RE: Callculate No Of Days
so your question is you want to find the number of days difference between 1st and 2nd transaction and so on??
View ArticleForum Post: RE: Callculate No Of Days
yes exactly...but the confusion here is there is only one field of posting date, how would i subtract the same field?
View ArticleForum Post: RE: NAV 2016 - Workflow problem (table locked) when send multiple...
This is basically due to the buffer storage of navision which locks the transaction, all you need to do is restart the nav instance and it will work.
View ArticleForum Post: RE: Callculate No Of Days
but the confusion here is there is only one field of posting date, how would i subtract the same field?
View ArticleForum Post: RE: HRM in NAV
Did you checked this robertostefanettinavblog.wordpress.com/.../
View ArticleBlog Post: My Blog on NAV and other issues
Dear reader I have been suggested by many of my fellow Dynamics NAV professionals to start a blog of my own. This year I took the bull by the horns and decided to start blogging. I have been working...
View ArticleBlog Post: NAV 2016 CU15 - notes on update
Microsoft published a while ago (files dated to 5th of Jan 2017, and publicly available at 9th of Jan, and publicly withdrawn again 18th of Jan) the latest Cumulative Update for Dynamics products. This...
View ArticleForum Post: RE: Callculate No Of Days
it depends upon how do you need it. account wise or only posting date?
View ArticleForum Post: RE: NAV 2016 - Workflow problem (table locked) when send multiple...
Thanks for your reply. I'd restarted many times and this still happens. Thanks.
View ArticleForum Post: RE: Callculate No Of Days
then you need to sort on G/L Account No.,Posting Date
View Article