RE: Field( Date Type)
its not possible to use same field.you can create new field and write code in OnValidate trigger of Date field to show Aug 2013 in another field.
View ArticleRE: Use of New Company in Demo Database
You logged into RTC?You need to create new company in Microsoft Dynamics NAV 2009 R2 Classic with Microsoft SQL ServerClient.
View ArticleUse of New Company in Demo Database
Hello Members,I have installed Nav 2009 R2 which has a Cronus as a demo company, I would like to practice from scratch so I created a new company using "Microsoft Dynamics NAV 2009 R2 Classic"Now I am...
View ArticleRE: Use of New Company in Demo Database
It is possible you are not using NAV SQL Server option. If you are using this,what use rights you have? Is first demo company on SQL or Native?
View ArticleRE: Email as Attachment error: Unable to cast COM object of type
What Outlook version you use?
View ArticleRE: Email as Attachment error: Unable to cast COM object of type
This would be Outlook 2010
View ArticleEmail as Attachment error: Unable to cast COM object of type
In NAV 2013 using Cronus demo database and Email as Attachment, the following error comes up:Unable to cast COM object type 'Microsoft.Office.Interop.Outlook.ApplicationClass' to interface type...
View ArticleDifferent between work center and machine center in this case proplem
Hi guys I have specified case proplemI work in concrete readymix company have more branches.my purpose from company produce ready mix concrete.every company have more batch plantyou input gravel and...
View ArticleDifferent between work center and machine center in this case proplem
Hi guys I have specified case proplemI work in concrete readymix company have more branches.my purpose from company produce ready mix concrete.every company have more batch plantyou input gravel and...
View ArticleRE: Different between work center and machine center in this case proplem
This is very simply manufacturing model and you don't need 'Machine Centers'. Working with 'Work Centers' will be enough.You need to create 'Work Centers': Batch Plan 1, Batch Plan 2, Batch Plant...
View ArticleRE: Different between work center and machine center in this case proplem
The same question, the same answer :)This is very simply manufacturing model and you don't need 'Machine Centers'. Working with 'Work Centers' will be enough.You need to create 'Work Centers': Batch...
View ArticleRE: Different between work center and machine center in this case proplem
OK thank you very much for help but how i calculate direct unit cost per unit(cubic meter)Examplepatch plant A produce in day between 5000 and 7000 cubic meterand wages for employee work in these...
View ArticleRE: Different between work center and machine center in this case proplem
This is a catch :) There is no wrong and no exactly answer.You must make some calculation using average monthly costs and average monthly output. When you have end of month, you can refill new...
View ArticleRE: Field( Date Type)
What if you changed the SourceExp of the field to:FORMAT("YOUR DATE FIELD NAME",0,'<Month Text,3> <year4>')
View ArticleRE: Job Queue
hi Bianca,some info pleaseAre you running manually codeunit and by NAS on the some machine ? If not, try to compile objects on NAS ServerAre you using NAS on NAV 2013 integrated service or an older...
View ArticleJob Queue
Hello, I hope somebody can help me because I'm at my wits' end.I'm searching a lot for the solve but I have not found anything. If I run the following code with the NASIF ISCLEAR(olApplication) THEN...
View ArticleHow to set paper roll in NAV2013
I am trying to print bills on a paper roll with NAV2013. I have a problem with length of paper because When I print the report, after the end job, printer eject the last page more than I need. It eject...
View ArticleRE: pop up messages
You need to write code on OnQueryClosePage or OnQueryCloseForm triggers of all the forms/pages you want to check..
View Articlepop up messages
I'd like to set my own popup messages right through nav to help people when they're learning then take them off again later - eg set it so when you leave a field or close a page it pops up with a...
View Article* FILTER and FINDSET result
I found something and i dont understand why does it works this way.I have a global record(Item) variable and i set PK filter from code using * filter:gRecItem.SETFILTER(gRecItem."No.", 'mr*');IF...
View Article