Quantcast
Channel: Microsoft Business Solutions online community
Viewing all 14219 articles
Browse latest View live

Idle Session Management

$
0
0
Idle Session Management
With Idle Session Management inside NAV, you can specify Idle Client Timeout, Total Sessions for each user, and allocate Concurrent Client Access Licenses (CCALs) to group of users.

CCALs are based on the number of users accessing NAV simultaneously. And users have various requirements for NAV time usage. For example, Sales Order Processors always open NAV to enter sales every 10 minutes, whereas Purchasers sometimes access NAV for processing when they receive goods or invoices from vendors. Common practice that Purchasers keep NAV opening although they don't use it. As a result, CCALs are lost. Through Idle Session Management, you can set idle timeout to individual user such as 20 minutes for Purchasers, and 1 hour for Sales Order Processors. NAV will be closed automatically to release CCALs for other users.

Another usual situation when all CCALs are consuming, System Administrator cannot login NAV to stop some Idle Client Sessions. Via Idle Session Management, you can prevent it by assigning one CCAL for group of System Administrator and the rest for other groups.

Related videos at

Main features of “Idle Session Management”:

Specify Idle Client Timeout for individual user (apply to Windows Client only).
Define Total Sessions for each user (apply to Windows, Web and SharePoint Clients).
Allocate CCALs to group of users (apply to Windows, Web and SharePoint Clients).
Stop a Session (apply to Windows, Web and SharePoint Clients).
Support for NAV 2016 which has Event Subscriber and native System.IO library.
For NAV 2013, NAV 2013 R2, and NAV 2015, please test if it is acceptable to you.

https://mibuso.com/downloads/idle-session-management

Discuss this download here.

Error in Quantity to receive NAV

$
0
0
Hello
I have a problem while i try to modify with a function added in Functions in Purchase order. I should modify the specific values of quantity and quantity invoice, to invoic ,received and to receive. The only wrong value is Quantity to receive .I cant understand why it updates with a value it should not when the conditions are always the same as for the other values. Anything i should check before update it ????????

Thank you in advance

Open Form 393 - Item Reclass. Journal with predefinied Batch and Template

$
0
0
Hello,
I want open the Item Reclass Jnl with code and predefined Template and Batch
My code is :
zz8c6erfc3qk.png

But my form is opened in another batch as if SETTABLEVIEW don't work with the form 393
For information the same code works fine with other tables/forms

Someone can help me ?

Test Reports doesn't work - Rows received allways 0

$
0
0
I have a strange issue with printing test reports. Sales Test Report (REP202).
If I start printing, the dialog remains in "Rows received: 0" and nothing happens. After a couple minutes, the RTC crashes.

EventViewer logs
Type: System.OutOfMemoryException
Message: <ii>Array dimensions exceeded supported range.</ii>

Posting works without error.
Also printing of an order confirmation.

What can be the problem?

Remove "Override and order stock" permission for some user.

$
0
0
Hi Everyone,

I want to remove permission for some user from "Override and order stock" ie. for insufficient inventory item, create order. How can i remove this permission for particular users.
As, i am thinking to remove the user that have "Post Item Journal" role permission. Is it good idea? And Some user have SUPER permission, how can i restrict that user to "Override and order stock"; Because we can't Modified SUPER role permission.
Please guide me regarding above query.

Thanks,
Mani.

RapidStart Services - Table 9657 - Custom Report Selection

$
0
0
Hello,

I am getting an issue when trying to perform an import to table 9657 (Custom Report Selection).

We have started a project to ensure all our Customer Statements are emailed automatically on a periodic basis,
using a RDLC Template for the file and a Word template for the email body.

I used RapidStart services to export the schema (with 1 test entry), I did some excel manipulation and then had a list, ready to import back into the system, ensuring I took the AR email address as the 'Send Email' and all other fields correctly filled.

When I try to import, I get a simply error relating to the 'Sequence' field. This appears to be system assigned and I have tried leaving blank, 0, importing the blank values so it produces sequence numbers, reexport, excel and then reimport using the numbers the system generated and I always get the same error.

What is even stranger, is I have managed to get it working in a different test environment, but my process is unchanged.

I cannot figure out why I had a successful run (it did take a few errors to work) and why I cannot repeat the result again?

Is there any recommendation about how to insert rows to this table via Rapidstart?

Is there some recommended way of handling table inserts which contain 'Sequence' fields?

Kind Regards, Sahil

Join September webinars on Docker, and C/SIDE Reports to AL Reports conversion

$
0
0
Simplanova invites to join the webinars on:
How to Convert Automatically C/SIDE Reports to AL Reports. Date and time: Thursday, 19th of September, 04:00 PM CEST (Central European Summer Time). Register HERE.
The following topics will be explored during the online webinar:
• Demonstration of how to convert C/SIDE reports to AL reports with Simplanova Report Converter automatically. We will convert the Classic NAV report to AL and publish it in the Dynamics 365 Business Central Cloud version.
How to Install Dynamics 365 Business Central Development Environment using Docker. Date and time: Thursday, 26th of September, 04:00 PM CEST (Central European Summer Time). Register HERE.
The following topics will be explored during the online webinar:
• How to install Docker on your Windows machine.
• The demonstration of the basic Docker commands.
• The demonstration of the NavContainerHelper, it’s properties and commands.
Why pick one webinar when you can choose both? Mark the days on the calendar and save yourself a seat. See you at the webinars!

Report - Posting Routine Looping

$
0
0
I created a new report that calls a posting report. However, it doesn't work. It just keeps looping and I have to cancel NAV using task manager.
Here is the code I tried...

Sales Header - OnAfterGetRecord()
SalesHdr.SETCURRENTKEY("No.");
If (SalesHdr."Order Category" = 'Phone') and (SalesHdr."Package Exists" = True) Then
SalesHdr.SetFilter("Order Category",'Phone');
SalesHdr.SetFilter("Package Exists", 'Yes');
Report50056.SETTABLEVIEW(SalesHdr);
Report50056.RUN

It opens a blank sales header filter window, I select preview. It opens the posting window with just the Package Exists field filled in with "Yes". I still need to fill in Order Category, the goal is for it to autofill like the Package exists field does. Then when I select post, it just keeps repeating the posting window and I have to end task to get it to stop.

NAV 2015 - report 50056 is a copy of 297. No changes to it at this time.


Help!


Notifications in NAV 2018

$
0
0
Hello Everybody , i can't send notifications between two users in NAV 2018,

I have personalized profils by users and i have added the 9003 ID to the authorizations.

Any help please.

How to populate Fixed Asset "FA Class Code" from FA Depreciation Book "FA Posting Group"

$
0
0
Hello, I am trying to populate Fixed Asset "FA Class Code" field from FA Depreciation Book "FA Posting Group" but I get a message when I run my report that "Depreciation Book Code" = value doesn't exist. I can read the FA no but couldn't figure out the "Depreciation Book Code"

Here my code
Fixed Asset - OnAfterGetRecord()
FADepBook.RESET;
FADepBook.SETRANGE("FA No.","Fixed Asset"."No.");
//FADepBook.SETRANGE("Depreciation Book Code",);
IF FADepBook.FINDFIRST THEN BEGIN 
  "Fixed Asset"."FA Class Code" := FADepBook."FA Posting Group";
  "Fixed Asset".MODIFY;
END;


FADepBook>> Record>> FA Depreciation Book

FA Depreciation Book PK
FA No.,Depreciation Book Code

Fixed Asset PK
No.

Thank you

NAV APP using Windows Authentication

$
0
0
Hello all,

Good day.

Can I use Windows authentication in NAV Universal app? instead of NavUserPassword.

thanks in advance.

Regards,

Interpay Payment File

$
0
0
Hi All,

I'm study how to generate ClieOp03 file from Nav4.0 to Interpay. Please advise if there is any limitation or important issue i should take note.
Please advice what kind of file i should generate? is it .csv file? Any member have sample of ClieOp03 file? can i have a copy as reference?

Thank you for all advise. [-o<

Upgrade NAV LS 2013 R2 to Business Central LS Issue

$
0
0
Hello Fellow NAV Specialists,

I have a query. I was following below Link to upgrade NAV LS 2013 R2 to NAV LS 2018 CU2 and from there to Business Central (LS Central).
https://docs.microsoft.com/en-us/dynamics-nav/upgrading-to-microsoft-dynamics-nav
While converting NAV 2013 R2 to NAV 2018 (i.e while opening 2013 R2 in 2018 CU2 .exe), i was getting error "Codeunit 50000 does not exists", which i could solve using SQL query of deleting Obejct Metadata and Object Metadata Snapshot.
After 100% completion i got following error:
Microsoft Dynamics NAV Development Environment
The following SQL Server error or errors occurred:
102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near '�'.
319,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.
102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near '�'.
319,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.
102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near '�'.
319,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.
102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near '�'.
319,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.
102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near '�'.
319,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.
102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near '�'.
319,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the k
OK
Has anyone encountered such issue ?
Because of the above mentioned issue i had to reroute the Upgrade, i.e. from NAV 2013 R2 to NAV 2015 to Business Central (with respective LS Version). That worked. My concern is if the route i have chosen is correct or not?

The Metadataobject Page 0 was not found - At Start - After Update from NAV2018 to BusinessCentral140

$
0
0
Hello,

after the update from our test db from NAV2018 to BusinessCentral 140 we get a error direct at the start of the NAV client and this was it, the blue StartUp-Form with Dynamics NAV connected to BusinessCentral and then the error "The Metadataobject Page 0 was not found". You press OK and the client is closed, we don't get in to the program.

Other databases from ous don't make this problem, so it must be something in this specific database.

What can we do?

Thank you for your help!

best regards,
Robin Dobbermann

In another post I write down the Events from Windows EventViewer.

Vertalingen in Ribbon/lint: captions van de knoppengroep-naam

$
0
0
Iemand een idee waarom de niet-standaard menulint-groepbenamingen geen vertalingen doorkrijgen?
De standaard NAV wel (nieuw/beheren/pagina), maar de gepersonaliseerde niet.
Terwijl de captions wél voorzien zijn in de page actions.

Foute weergave:
djuzww7cj8dw.png

Actions van de page
s1w5ycxz7zw9.png


Captions vertalingen van de groepsnaam
qkngqf80mrwa.png



In de RTC valt dit niet zo op en heeft dit weinig betekenis, maar in Business Central is de werking juist andersom en worden enkel de knoppengroep-benamingen getoond. Dan is dit allerminst handig! Zelfde pagina:
sw0epjzzma6l.png



Zijn er waarbij dit wel in orde is?
Ik hoor het graag!

Codeunit 80 the last version of Business Central

$
0
0
I downloaded and installed the new version of Business Central
Dynamics.365.BC.Spring2019.29537.NA

then opened in Designer Codeunit 80

I’m confused about how this object’s C/AL code is displayed - see attachment
Can anyone explain what's wrong?

Language problems in Ribbon -> worse in Business Central BC

$
0
0
We are struggling with the non-standard menu ribbon. For the group names (which is shown below a group of buttons) in the RTC, the caption translations are not shown when it is not involving standard NAV ribbon menu's. This only for group names, the buttons themselves are ok.

See example here below: in green the standard NAV ribbon menu's which have a correct NLB/FRB/... translation (nieuw/beheren/etc.). In red the non standard ones, which are not being translated (still showing Release/Posting/...).
p3k2z5ss5v6v.png

However the caption translations are foreseen in the database: e.g. page 43 of sales invoice. Going to page actions shows this:
hwseexttash7.png

This action has following caption translations.
e39i08j47ifh.png


Anyone has got the translations in different languages correct in a non-standard ribbon menu? Or is this a bug?


ps: in the RTC this is of minor importance, but in Business Central BC this gets really worse. Here is the group name of button groups of amjor importance, see below. After pressing the group names, one gets the possible buttons with their correct translations.
6m58qzxc1jm9.png

Formating Decimal depend on the Currency Code in RDLC

$
0
0
Hi

I want to change the AutoFormatExpr in dependent from the Customer Currency

Example:

USD: 1,000.45
EUR: 1.000,45

Any Ideas?

THX

Transfer order receive codeunit

$
0
0
I want to run a function when transfer order receive Boolean OK is clicked.
whenever the user click ok of receive Boolean ,then the function will check the condition if the condition it meets for that user by running the function defined,if is ok then receive will work else it will show an error message.

Please help me where i have to write and call the function on transfer order codeunit

b42qwbkxbzxt.jpg
here is my function calling


IF NOT CheckLocationUser(user,"Transfer-to Code") THEN
ERROR('You are not allowed to Recieve beyond Your Location');

Browser Cache & Idle time issue in Standard NAV WebClient

$
0
0
I am getting two issues in standard NAV WebClient:

1. Idle time:
I have done the idle time setup for 02 minutes. In RTC Idle time configuration is working fine where as in the WebClient after the 02 minutes getting message as "The connection to the server was suspended" and after resume it is remain same in the screen. Means not logging off.
2. Browser Cache Issue:
I have configured User name and password to one user id and using Web Client. After logging out when i am clicking on back button of browser again it is automatically logging in to the NAV WebClient Application.

Please suggest how I can resolve these issues
Viewing all 14219 articles
Browse latest View live


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