Forum Post: How To Use Azure DevOps Repos with D365FO?
Hi dears in the community ! I just started learning Azure DevOps, because I want to always make sure that my AxModel have the latest code changes. But I'm not actually able to understand how a...
View ArticleForum Post: RE: Customer phone number is not visible in Customer details page...
Hi, Can you try creating primary contact type as Phone instead of email in Contact information and check if still record missing in DirPartyTable. Also, there is a table relation...
View ArticleForum Post: RE: Print Barcode in SSRS Report
Hi Eva, Did you find the solution? If yes, could you add the solution here? Thanks!
View ArticleBlog Post: Essential accounts payable software features for efficient...
In today's fast-paced business world, automation is revolutionizing accounts payable processes and driving efficiency while minimizing errors. Choosing the right software solution is paramount for...
View ArticleForum Post: RE: what does the Upload Journal Name do?
Hi, I am also trying to understand where this General ledger parameter ' Upload journal name' use. I also unable to find its use in data import through data management. If you have find any information...
View ArticleForum Post: RE: what does the Upload Journal Name do?
Hi Ankit, I used "find reference" on the table for that field to analyze where it was used - But it was only used in the LedgerParametersEntity. Also, it was used in the LedgerJournalName table where...
View ArticleBlog Post: Customizing Workflows in Business Central: Streamline your...
Dynamics 365 Business Central offers a robust set of tools for managing and automating business processes. Customizing workflows within Business Central allows organizations to tailor their system to...
View ArticleBlog Post: Pricing management: usage of Funds and Max
In this new blog post about Pricing Management, I will focus on the possibility to put some limits to the usage of any discount, by using the funds and the max setup available on discounts. Let’s see...
View ArticleBlog Post: 3 Reasons to Utilize Advanced CRM for D365 Business Central
Supercharge Your Sales Organization with the Advanced CRM Extension   When it comes to revenue generation for an organization, selling hours are sacred. You want your reps connected to and engaged...
View ArticleForum Post: RE: How to find printer name for Invoices setups - AX 2012
Hi Mohit, Till now found three different sites printing on the site1 printer and the docs also not specific its a random one. we did find the Form setups in Inventory Management module. Regards, Akbar
View ArticleForum Post: Need to call API. First to get response in form of token and then...
Hi everyone, I need to get response from an API call which will send me a token. And onse token received, I need to call API to get response. I have already tested the API CALL from power automate and...
View ArticleForum Post: RE: Project timesheets and Payroll
Is there any update on this? We use projects in D365 F&O and looking at new payroll options including timesheets.
View ArticleForum Post: RE: Management Reporter CU 13 Integration never finish
Hi, I'm also facing same issue, did you got the solution? If you know, please share us the solution. Regards Saravana
View ArticleForum Post: RE: Need to call API. First to get response in form of token and...
using System.Net; using System.Net.Http; class SST_APICall { public static void main(Args _args) { System.Net.HttpWebRequest request; System.Net.HttpWebResponse response; CLRObject clrObj;...
View ArticleForum Post: RE: Total of the transactions in the year is not 0.00. Total is...
Hi Christoper, I solved this issue in a very simple Way The Error Message states that (Run \"Check\" on ledger transactions") Note: I am working on AX2012 R3, AX2012 R2 and older version has different...
View ArticleForum Post: RE: Customer phone number is not visible in Customer details page...
Thank you Mohit for the inputs, We have just unchecked and checked again the "Primay" checkbox from the Contact information as the checkbox was already checked for Primary , and able to see the Phone...
View ArticleBlog Post: Are You Ready to Tame the Subscription Management Chaos?
Have you ever felt like your subscription management process feels as chaotic as a party that's getting out of control? Things start great. The business grows. You get busy. Then you get really busy....
View ArticleForum Post: List Lookup values in D365Fo
Hi All, I have string values like below String Keyvalue = "Test1","Test2","Test3"; Using about values need to show lookup() I tried below methos but is not working. while statement {...
View ArticleForum Post: RE: what does the Upload Journal Name do?
Thanks Girish. I guess with daily means it work for General Journals only. But still not able to find how to use it. Could you please help to check from backend if any country restriction is given for...
View ArticleForum Post: RE: List Lookup values in D365Fo
Hi Dax, Instead of string field you can assign it to a container field and set the range to querybuildrange. But your while select statement doesn't point to any table? It seems to be wrong. container...
View Article