I have managed to add the dimension shortcut fields to Customer List. Basically i copied the functionality from the page "Item Journal (40)" and table "Item Journal Line (83)" to page "Customer List (22)" and table "Customer (18)". On the Page itself, the shortcuts get displayed with these function (according to page 40): OnAfterGetRecord() ShowShortcutDimCode(ShortcutDimCode); OnNewRecord(BelowxRec : Boolean) CLEAR(ShortcutDimCode); Item No. - OnValidate() ShowShortcutDimCode(ShortcutDimCode); I copied the ShowShortcutDimCode from 83 to 18. It calls GetShortcutDimensions from DimMgt and "Dimension Set ID" parameter is passed. The problem is that i there is no Dimension Set ID field in the Customer table (18). How do i get Dimension Set ID to pass it to the funtion and is this what i should be after?
↧
Forum Post: Show shortcut dimensions in Customer (Page-Customer List 22)
↧
Forum Post: Facing Issue with XML port. Need Help?
I am facing one issue related to XML port in Microsoft Dynamics NAV 2016. I have created XML Port for transfer order in which data export is working along with the header (which is in fact the requirement). Now, I want the same XML port to import data without reading the header. Is it possible with the same XML port? However, I have done it by creating two XML port, one for export and second for import. I want to do it with one port. Is there any way out?
↧
↧
Forum Post: RE: sessions list NAV 2016
It works.. thank you Very much.. by the way is there any option to kill a user session like this method. it would be helpful if it possible.
↧
Forum Post: RE: sessions list NAV 2016
Thank you for your response, i could view this , my situation is different. i should view sessions without login to NAV. Anyways i got answer.
↧
Forum Post: RE: Flow field Not Updated
How did you solve this ?
↧
↧
Forum Post: Queries regarding upgradation of NAV 2016 from CU 20 to CU 43
Hi all, I am upgrading NAV 2016 from CU 20 to CU 43. I have some questions: 1. Microsoft has renamed many standard fields in the CU 43 update. Example: Suppose there is a field in the CU 20 build with ID '2' and name 'Salary' and in the CU 43 update the same field with ID '2' is renamed to 'Salary value', the entire data stored in the column of this field with ID '2' gets erased after the upgraded objects are imported and compiled as the field is renamed. So what should be the correct approach for this? 2. Also, the data classification property is not present in CU 20 version. But it is present in CU 43 version. So I cannot directly import the .txt files after merging. It pops up an error. Therefore what I understood is, I need to uninstall the older version, then install CU 43 version and import all objects, which is equal to a fresh installation. So, what is the correct methodology to follow if I don't want to uninstall nav older version completely? Kindly suggest answers to both above questions. Thanks!
↧
Blog Post: Introducing Business Central Chat
Recently I was ‘playing’ around in my Business Central instance when I noticed the following: At the right bottom of my tenant there’s: Ask us a question So I wondered what would happen when I would ask a question And to my ...read more
↧
Forum Post: RE: sessions list NAV 2016
just delete the session from the active session. it should work.
↧
Forum Post: RE: Show shortcut dimensions in Customer (Page-Customer List 22)
There is no Dimension Set ID in customer table. The ID is only on transactions. Make a link to Default Dimension table. The dimensions are there.
↧
↧
Forum Post: RE: error in posting negative purchase invoice
Why do you want to post negative amount in Purchase Invoice ? Why not using the Purchase Credit Memo ?
↧
Blog Post: Register before the Early Bird deadline for User Group Summit North America 2019 in Orlando!
Big news – registration is open for User Group Summit North America! This one-of-a-kind event for learning, sharing and connecting, is happening again October 15-18, 2019. Registration is open – so register now and take advantage of our $400 early bird discount! Summit is the premier annual conference for Microsoft Dynamics 365 Business Central & Dynamics NAV and the Power Platform (Power BI, PowerApps, and Microsoft Flow users, partners and Microsoft experts. Connect with the community and gain vital knowledge to maximize your software performance and further your job role, career and product investment. There are plenty of reasons to attend this event – here are just a few: Supercharge your insights . Get maximum value from the productivity tools you use every day. Develop new skills, discover time-saving tips and tricks and find new ways to make your job easier and your role more valuable. Your learning, your way . Customize your learning to your role with hundreds of hands-on expert-led sessions, demos and information-packed keynotes. (Stay tuned for a full list of sessions – coming soon!) Answers right from the source . Got questions? Get in-depth, unbiased answers from those in the know: your Microsoft Business Applications user peers, partners and Microsoft product experts. Become part of the community . Build your network, share knowledge and gain best practices from peers in similar roles who face the same issues you face. Focus on today and what’s ahead . Focus on the technology you’re using right now and preview upcoming enhancements to get maximum value from your solution. Be sure to attend the ultimate event to connect, learn, share and generate a positive ROI year-round. Register today – at a special, discounted price!
↧
Forum Post: Xmlport in BC365
Hello there. I need to create an xmlport that will accept some user input such as begin and end dates. I created this in BC and I found that there is a limitation where the request page can not be displayed on an xmlport. So I went around it and created a report that will capture the user input values and pass to the xmlport. My code is as follows in the report. trigger OnAfterGetRecord() begin xmlfile50000.getdates(begindate,enddate); //sending user input values to the XMLport. xmlfile50000.run(); end; The XMLfile50000.run produces an error . How do I get around this ? I realize there are limitations to BC365, but I should be able to do this simple task. Any ideas/suggestions ??
↧
Blog: Work days of ERP consultant
The blog gives advices and overviews how to use standard functionality of Dynamics NAV / Business Central and different overviews that may be useful to other consultants.
↧
↧
Forum Post: RFQ in Business Central
Hi, I am new to Business Central. Can we implement RFQ or vendor bidding here and how?
↧
Forum Post: RE: Xmlport in BC365
What error did you get ?
↧
Forum Post: NAV Hosted License Clarification
Hi All, I need some clarification in the way NAV SPLA (Subscription based - Rented/Hosted) License. If we buy 1 license and assign it to 'UserA', then can we have multiple people( eg. 3 people) use UserA credential and access NAV. Is it possible or not possible. If not possible, then what are all the ways that Multiple Users are detected and stopped for accessing NAV. Note: The query is for NAV not for Business Central.
↧
Blog Post: Summary of Cumulative Update For Microsoft Dynamics 365 Business Central Spring 2019 Update on-premises – May 2019
Hi, Please find more information about Cumulative Update for Microsoft Dynamics 365 Business Central Spring 2019 Update on-premises released in May 2019 below. Here you can find the download link. Cumulative Update 1 for Microsoft Dynamics 365 Business Central Spring 2019 Update on-premises has been released (Build 32615/32600) Download Link Facebook Twitter Google+ LinkedIn The post Summary of Cumulative Update For Microsoft Dynamics 365 Business Central Spring 2019 Update on-premises – May 2019 appeared first on Jatin Patel - Microsoft Dynamics NAV/365 Business Central .
↧
↧
Forum Post: RE: Fix no of rows in Body
Hi Yogesh Can u little guide how to use integer DataItem. Currently i have Sales Header & Sales Line as DataItem Thanks
↧
Forum Post: RE: sessions list NAV 2016
Thank you for your replay, but i couldnt find any active session unless run a query. in other words i can only see the active session with sql query
↧
Forum Post: RE: Show shortcut dimensions in Customer (Page-Customer List 22)
Thank you for your reply! Could you please assist me on how to go about doing that? Do you mean i create a variable of type Default Dimension? And what from there? Also, there are only the following fields in the Default Dimension table: Table ID | Integer No. | Code 20 Dimension Code | Code 20 Dimension Value Code | Code 20 Value Posting | Option Table Caption | Text 250 Multi Selection Action | Option
↧