Decoding Drop-down options to int/string values
I added a new field to the account entity. andĀ I'm creating new accounts using the API and want to be able to provide the text and not the table value.<PropertyĀ Name="new_industry"...
View ArticleMTD - Vat submission errors using VAT Return
Hi,We are experiencing quite lot of issues within Dynamics GP 2016 and GP 2018 with April hot fix.Problem 1: No obligation found for the year 2019, we have checked with HMRC and the VAT calendar is...
View ArticleRMS SQL Server 2017 Compatibility
Hello,Ā Quick question about the compatibility between MS SQL Server 2017 and Dynamics RMS. Are they compatible?Is there anyone out there currently using this combination? If you are, what version of...
View ArticleConfigure the Entities in a Post's Lookup
Greetings,We are trying out Posts in our dev environment, but we have hit an issue that might prevent us from rolling it out in production.Ā When tagging a record using the @ symbol, we need a way to...
View ArticleVAT Daybook reports pull old transactions
VAT Daybook was not producing accurate data so I was following various procedures detailed in a manual to correct this. And all of a sudden, VAT Daybook now brings in transactions from 2010 and 2011...
View ArticleNavision Data center Move
Hi team , i have a odd question. I have a client who is wanting to move their whole Nav 2013 from one data center to a whole new data center. This means a whole new rebuild of Nav in the new data...
View ArticleProcess Mfg route setup options for Route Formula Calculations
So I am drawing a blank on route setup and was hoping someone has run across the solution. I am working with a process mfg company that uses a blending operation where 50 kg will fit into the blender...
View ArticleeConnect Batch is not accessible
I developed an eConnect solution with C# for the payables transaction entry screen. All works and records are inserted. Testing on another machine and GP install and it goes fine, see the records in...
View ArticleQuery a table for all recrods created in the past "X" number of hours
I'm looking to create a SSRS Report that will run on a batch every 4 hours. How would I go about creating a query that will only select records from a table that are created in the past 4 hours?
View ArticleUser unable to print Word Template SOP invoice
It seems that the client has run across the issue this week on several machines.Ā We resolved the error by clearing temp files and restarting the system.There is one user this technique will not work...
View ArticleRelated Items Tab in Model apps
Is there a way to remove the "Related Items" tab in a model driven app on a form?Thanks,Terry
View ArticleReally MSFT - no support for Dynamics 365 for customer engagement offline for...
When is MSFT going to support D365 offline for Windows App?Ā
View ArticleAX 2012 how to make the monthly summary use AOT Query and Form
Hello All,I need make the monthly summary in AX.SQL is :select Year(IQ.QUARANTINEDATE) as 'Year',MONTH(IQ.QUARANTINEDATE) as 'Month',SUM(QTY) as 'SUM QTY'from INVENTQUARANTINEORDER as IQwhere...
View ArticleD365 OnPremise Financial Report Designer permission
Hi all, I have deployed Dynamics 365 FO OnPremise and I have logged in but when I click New on Financial Reports I get the message "You do not have permission to perform this action, work with your...
View ArticleWord Addin and OrganizationServiceProxy
Hi,I'm creating a Word Addin using Visual Studio 2017, using .NET Framework 4.6.2 and referenced the SDK in my add-in VSTO project.Now, in my code when I'm connecting to my organization URI, it emits...
View ArticleinventValueReportUnionAll = queryRun.get(tableNum(InventValueReportUnionAll));
but InventValueReportUnionAll does not exists in my table list?
View Articlewarehouse receipt
when I am trying to post warehouse receipt no documents have been posted got this type of dialog box after posting ware house receipt.
View ArticleHow to add Style name field on InventProductDimensionLookup form
Hi expert,I am working onĀ InventProductDimensionLookup form - I want to add field (Style name/description) but style field is dynamic field.I tried to use Display() to get Style name but name is...
View ArticleInventProductDimensionLookup form - selected records not appears on form
Hi Expert,I have added new tab onĀ InventProductDimensionLookup form - but when I selected any records (by mouse double click or by pressing enter key) records not appears on the parent form.On sales...
View ArticleGenerate Multiple Files for Download on Single Button Click
Hi,I have a requirement to generate txt files from vendor payment journals, which are in LedgerJournalTrans table.When user select Journal number to generate the file, the ledgerJournalTrans records...
View Articlearabic printing issue
some Arabic letters not printing properlyĀ in Epson tm88v printer (nav2009), I already change the DLL files and character set (1256)also, still same, pls help
View Articlewarehouse shipment
I created sales order for one item and crated warehouse shipment for the sales order after creation of warehouse shipment when I try to create pick got this error given below.And also tried the...
View ArticleCan't create a project on LCS for MS Dynamics 365 on premises implementation
Hello,I have created a new project on LCS dynamics for on-premises implementation (MS Dynamics 365 - Finance & Operations), but unfortunately the resulted project methodology asking to Learn, try...
View ArticleWarehouse Pick
when I tried to create pick for item showing above error please resolve my query .
View Articleis this code followed best practice ?in contract class build query in ssrs...
if (this.parmItemGroupId()) { qbds = query.dataSourceTable(tableNum(InventTable)).addDataSource(tableNum(InventItemGroupItem)); qbds.relations(true); qbds.joinMode(JoinMode::ExistsJoin);...
View Articleis this query in contract class followed best practice or else can we improve...
/// <summary>/// Creates the basic query for detail report's line detais and opening balance./// </summary>/// <returns>/// The basic query for detail report.///...
View Articleis this calling buildQuery base()?
protected Query buildDetailQueryBase() {Query query;QueryBuildDataSource qbds;query = this.buildQueryBase();//is this calling buildQueryBase() here
View Articleplease can somebody explain this build query and query how it works?
protected Query buildDetailQueryBase(){ Query query; QueryBuildDataSource qbds;query = this.buildQueryBase();// // Select // if (this.parmItemGroupId()) { qbds =...
View ArticleI cannot select item in PR even though i add item to procurement category.
I cannot select item in PR even though i add item to procurement category.Why?
View ArticleHow to prevent submitter from approving the workflow?
How to prevent submitter from approving the workflow?
View ArticleHow can i present a monthly email marketing campaign
I need to present the monthly email marketing plan to my management also the results. The marketing campagin is done through another thrid party tool. Also the database is based of excel upload. Please...
View ArticleHow to override class PurchAutoCreate for fill value from new field in...
Hi all,in module Sales and Marketing --> All Sales Order --> Tab Sales Order --> Create new Purchase Order.i have new field in table SalesLine, and in table PurchLine.i fill this field in...
View ArticleRead XML file and insert in ax table
Hi ,Task: Read the XML file and import in ax table,Note: XML having header and line values, Code want to read the header/line and insert into ax table please check the below imagesĀ I crossed more link...
View ArticleAccount Update Plugin
Hi,I am new to the Dynamics CRM 2013 plugins,Ā On Account entity update I need to update the associated entity field.Account entity I had a custom field new_Storename when I enter the value and save the...
View ArticleDescriptor file of a model when we should update in Azure devops
Dear experts,I am having one question,As Microsoft in D365 wants to use Azure devops for Code check-in,checkouts while changing our code in Team level development.What is significance of my Descriptor...
View ArticleTrouble creating entity over new table
I created a basic table to stage data with, and wanted to expose it as a entity. I can create the table and build without a issue, but when i create the entity with the wizard; i get 45 build failures....
View ArticleRelease sales order for picking
Hi,I do not understand how the release sales order for picking works, in my query it was default to Open and Sales order. But it did not list the sales order that I just confirm. Need your advise,...
View ArticleOpening a page from an action in Create mode
I cannot seem to make this work. I am using the following code in a pageextension's action:action("New Truck") { RunObject = page ManageTruck; RunPageMode = Create; ApplicationArea = All; } the page...
View ArticleMS CRM JavaScript
Hi, All I have 3 usersUser a should able to view only his form not other 2 . User b should able to see only his form not user a and user c Similarly user c should be able to see only user c not user a...
View ArticleOmni-channel Engagement Hub - Insider and Licenses
Hi everyoneWe are a Microsoft partner and have signed up to insider preview forĀ Omni-channel Engagement Hub - but have not received any response.Ā We have an opportunity and would love to see the...
View ArticleDESIGN vs PERSONALISE mode ?
What is the difference between DESIGN and PERSONALISE mode in BC?Also, i see DESIGN mode is an option in our Sandbox environment, but not in our Production environment. Any reason why?Thanks
View ArticleFiltered Query
Hi ,I have a question about how to get the filtered data in the grid, for example, I have grid contains 100 recordsĀ I have filtered the values in the grid itself to view 10 records only how i can fetch...
View ArticleEdit of Option set values does not require publish
I am not sure but I have noticed that in dynamics CRM - from 2013 to Dynamics 365 - 9.1 version, if we edit the multi option set:a) add new values in the option setĀ b) Edit any existing value of option...
View ArticleItem is not being Register
Dear Experts,As shown in the above image, i am trying to register item, when i click the register the registration window don't appearing and in the same PO if i try for others item it is going to be...
View ArticleD365 Finance and operation on-premise license and setup troubleshooting
Hi,I want to understand steps involved in on-boarding a customer on D365FO On-Prem. Below are steps that I know, please fill and correct the gaps:1. Partner buys a license for Customer through...
View ArticleReversal Purchase Order accounting entries setup linked with fixed Asset
When I was reversed the Purchased order I found some missing entries for normal GRN and InvoiceNormal GRNĀ entriesPosting typeCurrencyDebitCreditProduct receiptAED600.000.00Purchase expenditure,...
View Article500 Error contract your system Administrator
Hi Team,I am getting the error like "500 unexpected error - contact your system administrator for more details".I s the cause of the time change in the VM?--RegardsARK
View ArticleTransfer Order Can't be deleting
how can we delete a creative Transfer Order even he show dialog Transfer order line cannot be deleted because the line is not completely received.
View ArticleRestrict managers to assign or see only positions that are under their report
In most companies, managers can request or assign employees to positions that are under their report only. Is there some way to control this and restrict managers to see and assign only the positions...
View ArticleKB Articles not showing in search results - How to fix (UK based)
We have several UK based Dynamics 365 instances and were looking at publishing a over 1,000 KB Articles to one of our Dynamics 365 environments. After we had finished the usual process of creating the...
View Article