Quantcast
Channel: NAV Three Tier — mibuso.com
Viewing all 10069 articles
Browse latest View live

VS code C/SIDE to AL

$
0
0
Help me to understand.
I changed the table in C / SIDE without generatesymbolreference = yes, but I do not see these changes in AL.
I read the section Running C / SIDE and AL Side-By-Side at https://docs.microsoft.com/en-us/dynamics-nav/developer/devenv-running-cside-and-al-side-by-side, performed :
1. Run C: \ Program Files (x86) \ Microsoft Dynamics NAV \ 110 \ RoleTailored Client \ finsql.exe Command = generatesymbolreference, Database = maytoni365, ServerName = de02-navision02 from command line
Nothing happened.
2. Run finsql.exe generatesymbolreference = yes
3. Compiled table again
4. Run VS Code. Don't see changes.

Boolean display when Print & Send to Excel

$
0
0
Hi Experts,

I am using NAV2017 and have a question hoping an answer.

I have a list and usually put to excel by the function "Print & Send". On the screen, I can see a Boolean type column displays Yes/No. Yet, when outputted into Excel, it turns into True/False. Is there any way I can change it into Yes/No also in Excel?

Besides, when the decimal places of a decimal value is 0:5, and if the value is 60 (no dec pl), it will become 60. to excel too. Also, any method to turn it into 60 instead of 60.?

Thanks in advance!

Why do some job queues lose their heartbeat?

$
0
0
We have a client with several companies, and several job queues in each, for a total of some 250 Job Queues.

We sometimes find that some Job Queues have stopped updating their heartbeat, although other Job Queues in the same company are working fine.

The system is Nav 2016 W1 build 46621.
The Job Queues are set to start automatically from NAS.
The problem occurred even when CPU and RAM usage was moderate.

Have you ever encountered similar behavior?

What steps (that don’t involve service restarts) could prevent this?

Thanks for your help.
Alastair

How can i use java to integrate with Microsoft dynamics nav to return json for a mobile application?

$
0
0
I want to achieve creating a custom mobile application for nav hr

Is it possible to export a Query without headers in NAV 2016?

$
0
0
Hello! I am exporting a query using C/AL code. I'm using NAV 2016. I use the SAVEASCSV functon. Everything is working great except that I need a CSV file without the headers. I have not been able to find anything on this. Does anyone know how to export a query without headers? I would appreciate any help on this!!!

Changing the Payment Terms Code in Purchase Order List

$
0
0
Hello!

In the Purchase Order page I've added this field "Purchase Contract", which shows only the Contract No., but also contains Payment Term Code in a table for these contracts. On the Purchase Order page there's also a dropdown field called "Payment Terms Code", which should change correspondingly to changing the Purchase Contract. Any code/tips how to do this?


Thanks in advance.

After modifying menusuite and add one new menusuite 10 MBS, then the menusuite is empty now

$
0
0
Hi all,

I use Dynamics NAV 2017 and meet a problem. I tried to customize navigation panel from development environment and do the following steps and then the menusuite is empty.

1. I add a new 1090 Dept - Company menusuite and change the CaptionML and it's working.
2. I add a new 10 MBS menusuite, the navigation panel is empty menu.
3. I delete 10 MBS menusuite.
4. I open 1010 Dept - MBS menusuite and the navigation panel is empty.
5. I open 1090 Dept - Company menusuite and the navigation panel is empty.
6. I delete 1090 Dept - MBS and try to create again but it is emtpy right now.

The Dynamics NAV client's navigation panel looks fine but the development environment Object designer menusuite is empty.

Is there any recovery solution for this problem?

How to assign a User Different Profiles based on Company

$
0
0
Hi,
In NAV2017, I would like to assign a different profile based on the selected company.
I modified the function CompanyOpen of the CodeUnit 1 (ApplicationManagement) but to make the changes effective, the client RTC needs to be restarted. Do you have a solution to my problem? or could you suggest a way to restart the client using C/Side code?

Thanks!

NAV 2018: What tools can i use to edit Report Layouts

$
0
0
Hi!

I feel a little embarrassed to ask this but i really couldn't find any conclusive answer to this (down to the version number): What software can I use / would you recommend to edit NAV 2018 RDLC Layouts? I need to do that in both, extensions as well as good old standard "post classic"-Solution Dev Environment adjustments - No idea what buzzword the MS-marketing team uses for it this week.

Thanks in advance.
StLi

NAV 2017 CU 14 : Task Scheduler Problem

$
0
0
Hello,


I just made a migration from 2015 to 2017 and I have a problem with job queues entries.

My service is set up like this (services picture) :aotpdhrcy2ar.png


In NAV, my job queue run once and after the job status is automatically "On Hold"

My Job is a reccurent job with a next execution time (job queue picture) : d2jb66gfvv29.png

I think the problem is in the codeunit 453 , there is a function for schedule the task.
ltqf6yfzoylu.png


Before schedule the task, program check if a record with the job queue entry record id exist in the system table "schedule task"

And the record is always find but there is nothing in the data table.

It seems like, the program find the current job queue entry task.

BUG Microsoft ?

Someone can help me ?

Thanks a lot.

Paying BREP Directly

$
0
0
We're a UK based NAV user looking for the most economical solution to buy licenses and pay our BREP fee's.

Is there any means possible to do that directly to Microsoft without having to go through a partner?

Failing that. Is there any UK partners who would be interested in taking on such an agreement without any associated support or development work?

Regards

Service Item creation from sale of Assembly Items

$
0
0
For all of our serialized items we have the item card setup to automatically create Service Items during the posting of the sales order. We use the Service Items to track warranty through Service Orders.

My question is, if I create an Item with an Assembly BOM (the contents of the BOM are serialized items that are setup to create service items), is there a setting that will enable those BOM items to automatically create service item records when the sales order is posted?

In all of my testing, the only item that will ever create a service item record is the actual item no. that is on the sales order (regardless of if that item is the result of a linked assembly order).

Our company uses Assembly BOMs to kit items together at the time of sale and we need to be able to track warranty/service for those individual items within the Assembly BOM.

I've seen that the Service Item record that is created for the 'kit' item (the item that was on the sales order) there is an option to view the component list for that record (and then 'copy from BOM'), but that still doesn't track the component SN.

Any thoughts on if I'm just missing a simple setup - or would this require some modification?

Getting error calling web service.

$
0
0
Hi all,

I published a web service of type codeunit, and in this CU I wrote some functions in one function I wrote some code about calling a external API, and I m consuming that web service in my C# code.
But when the "GetResponse" function going to execute in C/AL I m getting exception in C#, below is the screen shot for error.
2p7gy891m07d.png
below is the screen shot of code, I could use AUTOMATION type variable for this code but in C# it will cause exception of type like dialog open, message box open etc. So I used DotNet var. May be I m wrong with code, please help me out.
8etdrvj80yzg.png

Thanks in advance.

Disabling sorting on specific columns on pages

$
0
0
Hello,
I want to disable automatic sorting on flowfield columns on pages. I know how to disable sorting for all columns but it does not apply to my problem because I don't want to lose automatic sorting facility for all columns but rather disable it for some specific columns.
Thanks in advance.

Data Director for NAVLS Retail configuration documents required.

$
0
0
Hi All,

I need to do the setup of LSNAV on my local system, I mean I need to replication dummy data from HO to store and vice versa locally on my machine through DD.
Can anyone help me in providing the configuration docs for setting up the connections through DD for Store to HO and vice versa.

Thanks in advance.


Training materials LS Retail NAV 2016 anyone?

$
0
0
Hi, I need to do a catch-up of LS Retail NAV 2016. Anyone who can provide me with training material?

Refer to external assembly(dll) in extension

$
0
0
Hi,

Is it possible to reference external assemblies(dll) when creating AL extensions for NAV? I've seen quite a lot of different answers, and I can't get it to work.

If possible, can anyone please provide me with an example on how to declare such a variable?

Open a filtered page?

$
0
0
Hello,

In the Vendor List (P27) I've created a button "Purchase Contracts", which should open the list of purchase contracts related to the vendor I'm on. Primary key for this opened page is "Vendor No.". I understand the page should be filtered by Rec-values when opened? Any examples/tips?

Thanks in advance.

Validate a field with primary key value as default

$
0
0
Hello!

In Vendor List (P27) I've created this button "Purchase contracts", which should open the purchase contracts (table "Vendor Purchase Contract") related to the vendor I'm on. The page it opens has a field "Vendor No." on it. TableRelation for that field is "Vendor". Now for every new purchase contract I make, the "Vendor No." should be the current "No." from the Vendor table. Means I have to validate the "Vendor No." field with the same "No." from Vendor table every time I make a new contract as a default value. Any examples or tips?

Thanks in advance.

Generating monthly report from charts of accounts for billing expense of different Dept.?

$
0
0
Generating monthly report from charts of accounts for billing expense of different Dept.

What are the different ways of doing it NAV 2013? Analysis by dimension ....etc
Viewing all 10069 articles
Browse latest View live


Latest Images

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