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

Import XMLport: error the attribute is not declared

$
0
0
Hello,

While importing an xml file using an XMLport I get the following error:
tmr5egr4gph5.png

I do not understand the reason after this as the attribute has been added to the XMLport:
h89nbtwg956l.png
The properties of this attribute in the XMLport:
k0wdc776pwpt.png


Snippet of the xml file I am trying to import, I have marked the attribute that fails:
757eu3vrdqj4.png

Does anybody now why this error could occur?
I am using Navision 2017 version 10.0.18609.0

How to calculate Sales from 'Item Ledger Entry' table

$
0
0
Hello,

Could somebody clarify how to calculate Sales starting from the 'Item Ledger Table' to e.g. provide proper Sales Amounts and Qty per Customer and Item for a period.
I could see that criteria could be as 'Entry Type' = 'Sale'. Would it be enough or I'd need to add e.g. the 'Source Type' = 'Customer'. How about the 'Document Type' as 'Sales Shipment', 'Sales Invoice', 'Sales Return', etc. - if it should be added too or a one criteria as 'Entry Type' = 'Sale' with SUM('Sales Amount (Actual)') could be enough and it would include everything needed as 'Sales Credit Memos', etc., to calculate Sales.

The Columns to link to other tables seems as should not be a problem as to Item it would be 'Item No.', 'Source No.' - Customer, 'Document No.' - 'Sales Invoice No.'

I would go with 'Sales Invoice Header' and '... Line' and 'Sales Cr. Memo Header' and '... Line' to get Sales but requirements are to go through 'Item Ledger Entries'.

Thanks

Error message in NAV Web Client

$
0
0
Hi everybody,
Sometimes when opening a page in the NAV Web Client we get the following error message:
"Server file access by C/AL functions is disabled. Contact your system administrator".
I checked the setup in the administration NAV tool for each server (there are 4 servers for the web client) and the option is checked as you can see in the follow print screen.
0w99aaszfyio.png

Note: the connection of the clients to the server is established via a load balancer

Thanks in advance,
Michael

I am getting the following error when i am trying to process a Assembly item on a sales order

$
0
0
'you do not have the following permissions on table warehouse shipment line execute' This occurs when i select the post function. I am using NAV 2018 starter pack. I have check my warehouse, and inventory setting.

From Node.js connect to Navison with Webservice

$
0
0
Hello, does anyone of you have an example of how to access Nav from Node.js using a web service. Would need the connection to the pages (with filter) and to the codeunits.

thanks stony

How to avail 50% GST on purchase in NAV

$
0
0
Hello Experts,
Can anyone please advise me how to avail 50% GST in NAV for all the service purchase.
Like:
If suppose I have taken service from Registered vendor and he charged me 1180 inclusive 18%. and I have paid accordingly to the vendor.
now while doing to claim setoff I need to claim only 90, instead of 180.
please advise the setup process in NAV.

Thanks in Advance.

How to add a Api Web Service

$
0
0
In NAV2018 we have standard Api Web Service supporting REST and Json.
I want to add my own webservice using a customized page.
Anyone know of any how to do this?

Error: You do not have permission to create table

$
0
0
I have tried to create table with different IDs of different range of numbers but this error has occurred again and again:

"You do not have permission to create table
Contact your system administrator to have your permissions changed"


Does anybody have the idea how can I solve it?

AL extension version for Visual Studio Code cannot be used with the specified server.

$
0
0
Hi all,

maybe someone have an idea what can be reason for the error receiving when try to connect BC15 (Sandbox on local Docker).

"...
[2020-02-17 16:15:34.32] Publishing AL application using launch configuration 'Your own server'.
[2020-02-17 16:15:34.89] Targeting server 'http://172.22.160.178' and server instance 'BC'.
[2020-02-17 16:15:34.89] Using Windows authentication.
[2020-02-17 16:15:34.91] Sending request to http://172.22.160.178:7049/BC/dev/metadata
[2020-02-17 16:15:35.41] Error: This AL extension version for Visual Studio Code cannot be used with the specified server.
Please update the AL extension from the Visual Studio Code marketplace.

Additional information:
Server details
- Runtime: 4.2
- Web API: 4.0
- Debugger: 3.0

AL extension details
- Supported runtimes: 1.0, 2.0, 2.1, 2.2, 2.3, 2.4, 3.0, 3.1, 3.2, 4.0
- Supported Web API: 1.0, 2.0, 3.0, 4.0
- Supported debuggers: 1.0, 2.0, 3.0
…"


qbabuawm4lys.png


I've tried to update AL extension (there is nothing found to update) and I can't find 4.2 version, only 4.0 is allowed for me to select in "app.json".

Thanks!

Open up sales lines into full screen when in sales order?

$
0
0
What is the shortcut to open up the sales lines into its own screen?
using 2016 and you can only see 2/3 lines when entering products on a sales order, which is really annoying when entering 10-15 items.

How to import Business Central Custom Report

$
0
0
As I understand it, you create a custom report by exporting via finsql with a new command and then convert that text file to al code using txt2al. Once you have generated the rdlc file via Visual Studio code, you can now make modifications and publish the report for Business Central client usage.

Let's say I exported Sales Invoice and created Custom Sales Invoice. Is there a way to then import Custom Sales Invoice back into the OnPrem so that it is in the File object list? Is there a reverse process like AL2txt? Thanks.

How to limit the item display in drop down list by user

$
0
0
I want to control the items in drop down list by user. for example: in Item Journal (Draw)-Apply Page, we use a Gen. Bus. Posting Group column(Drop Down List) . I want hidden some items by user.

Is there any way to do this?

The remote certificate is invalid according to the validation procedure

$
0
0
The customer created a new test server. We installed Dynamics NAV2017 CU28.10.0.28682 version that connects to the existing test database.
We are using a webservice to send files to external party "HL". First we try to establish a connection by using HttpWebRequest with the HTTPS url of HL and with an Ocp-Apim-Subscription-Key in the header.
The connection failed with error ''The remote certificate is invalid according to the validation procedure".
When we do this with Postman, the connection is succesfully established.
So what is going wrong?

NAV BC SOAP Navuserpassword Error 216 HTTP 500

$
0
0
Hi! I have a strange problem and i can't find a solution for it.
I have created a service for SOAP access. Configured with NavUserPassword and SSL.
In a web browser i type in the soap address https://nav.url.com:1111/NAVService/WS/Services. Enter username and Webservice key and login.
It shows all available endpoints. Works like a charm. Then i press F5 or reload the page or go to a codeunit or another endpoint and i get an HTTP 500 internal error. If i wait for a minute or so it works again. So the error is intermittent but it fails every time that i reload the page. The problem happens in different web browsers and from different computers.
If i change to authentication type Windows or Username it works fine all the time.

In Event viewer i get the following error 216 :

Server instance: NAVinstance
Tenant ID:
User:
Type: System.ObjectDisposedException
Message: Message is closed.
StackTrace:
at System.ServiceModel.Channels.ContentOnlyMessage.get_Properties()
at Microsoft.Dynamics.Nav.Service.WebServiceAuthorizationManager.CheckAccessCore(OperationContext operationContext)
Source: System.ServiceModel
HResult: -2146232798
StackTrace:
at System.ServiceModel.Channels.ContentOnlyMessage.get_Properties()
at Microsoft.Dynamics.Nav.Service.WebServiceAuthorizationManager.CheckAccessCore(OperationContext operationContext)


Has anyone come across this problem or a clue on what the issue could be?

Object of type Query with ID # could not be found.

$
0
0
Hi!

I'am trying to publish 7 Queries (Object ID 70540-70546) of type API but I get the following error message as soon as the client opens up.

0tiu9frww8xp.png

The strange thing is that it is Query number two it complains about, deleting that one and publishing just ends up with an error for the next query. help with a solution or thoughts about what may be wrong would be much appreciated.

JlT

Generate Empty Row

$
0
0
Hi, i'm building a report with Sales Invoice Header as a parent dataset and Sales Invoice Line as child dataset.
I want the report to generate 10 rows before page break.

1st. If the records per document no in sales line is less than 10 records, for example only 6 records, then it will generate 4 empty rows.
2nd. If the records per document no in sales line is more than 10 records, for example only 14 records, then it will show first 10 records then the remaining 4 is on next page.

How to generate empty sales line records for first case ? I heard some people suggest using integer however i never used it. Can someone explain to me using this example ? Thanks

Outlook Add-In: Web Client Stored Credentials

$
0
0
I have a client I was help testing out the Outlook Add-in, by which I mean Contact Insights and the Document Links (not the Outlook Add-in for Sync -- can we get better naming?). We set it up with NavUserPassword logins, and when we logged in, it worked OK. Now he's changed his Nav password, but the stored credentials aren't working, and we're only getting an error page, not a login page.

My question is, does anyone have any idea where the heck Outlook has stored these credentials? His browsers are all working fine with the new credentials, just not Outlook. It's not in the Windows Credential Store, which would at least make marginal sense.

GRN reversal

$
0
0
Is it possible to reverse a posted purchase receipt? The amount on the GRN differs from the posted purchase invoice.

Please assist.

Create a new user from the "job queue".

$
0
0
I am trying to create a new user from the job queue in Dynamics NAV 2017. And having the service tier user do the creating.
I have created a codeunit that to create the users.
But when the service tier user executes the job queue entry (and the codeunit), the following error occurs when the execution of the job queue entry COMMITs:
"You must assign at least one user the SUPER permission set and configure that user to log in with authentication type 'Windows', which is supported by the current server instance".
If I log in and executes the codeunit that creates the new users, all is fine and the users are created.
There are already many users/windows users in the "User table" with SUPER-permissions.
The service tier user is also "SUPER".
Is it not possible to have the service tier user create users in the user table (yable 2000000120)?

Issue with filter groups when inserting new record

$
0
0
Dear Community,

If certain filters are applied (e.g. by a view or a link) and the user creates a new record, then the fields affected by the filter are filled automatically. So far so good.

More specifically, the following case is at issue:
The user creates an extended text for an existing item. He opens the extended texts through the item card.
Because of the RunPageLink property the following filters apply:
Table Name=CONST(Item), No.=FIELD(No.)
If the user would create a new extended text now, the fields Table Name and No. would be prefilled.

In addition to that, a security filter is applied through the permission sets for that user:
Extended Text Header: Table Name=Item,No.=NL*

That means in total the following filters apply:
jp4txurovmg4.png

Although the filters for the field No. do not contradict each other, they are also not identical, which causes that when a new extended text is created, the field No. in the record is no longer filled and the extended text is therefore not assigned to the item (in this case NL1000005).

This problem has nothing specifically to do with the item or extended text table or security filter, but can always be reproduced when two different filter groups work.
Does anyone have an idea how to work around this, so that in this case the field No. is filled and the table relation works?

Thanks!
Best regards,
Marco
Viewing all 10032 articles
Browse latest View live


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