Ievgen,
Please provide me navigation path to download vhd for update 20
Ievgen,
Please provide me navigation path to download vhd for update 20
How to see picklist values in dynamics AX? Anyone please help me. Thanks in advance.
hi
We have a recurring integration that starts throwing errors every couple of days. Once this happens we have to create new end-points and then the integration runs fine for some time.
Any idea what is happening? Obviously end points are expiring.
My team is looking into the log files. Asking here just in case anyone already know the root cause
When posting a Purchase Order Invoice, we are getting "Exception has been thrown by the target of an invocation" for random Purchase Orders/Items/Vendors. This production environment has been live for a year and this issue just arose in the past month.
I have been looking online and have found that this must be a common issue, as there are multiple posts and discussions but no one offers a solution or provides what fixed their specific issue. If anyone has had this issue and can provide some guidance, it would be much appreciated.
Hello, forum.
I need help with sync mysql and D365
when you create a new record in mysql, you must copy this information to certain d365 FO tables.
Thanks.
Dear All
I have an issue with custom Entity Based on CustTran table .
When I export data I have error in staging table . You cannot create record in CustTransStaging the record already existe voucher xxxxxx
And the job stay in execution status
This error when I try to export all data but if I add filter incuding voucher xxxxxx it works without issue
Note : when I execute export two time , I don't have the same voucher number
Can you advise please
Hi
Guide me how to develop rest web services in X++ and also how to change Soap services to Rest
I have implemented custom service in D365fO returning response code 200 with body containing status 'failed' or 'succeeded'.
To avoid additional analysis of response's body I'd like to return error specific response code (not 200).
Is that possible to specify any different custom response code for custom service's response?
I have the following error I would not know if it is for the entity because when I see the data of that entity I see everything with total normality. Ejm: I have 1 Document with 3 lines with amounts and other different fields, but when I recover the 3 lines it always shows me in the 3 lines the data of the last line. I use the Odata service to recover the data of the Dynamcics 365 Finance And Operations I attach the result that the entity returns to me.
I attach the result that returns me when I recover by code.
Attached property image of my created entity
In Data Management Framework there are no Data Entities available. But entities are available in Application Explorer in Visual Studio.
I have tried full Build Models and Database synchronization.
I am using a Dynamics 365 for operations cloud hosted environment.
PFA screenshots as reference.
Thank you
How can I set value FormDateControl ?
[FormControlEventHandler(formControlStr(AssetProposalDepreciation, ToDateControl), FormControlEventType::Modified)] public static void ToDateControl_OnModified(FormControl sender, FormControlEventArgs e) { str strToDate = sender.valueStr(); date dateToDate = str2Date(strToDate, 0); date dateEndMonth = endMth(dateToDate); sender.valueStr(date2str(dateEndMonth, 123, DateDay::Digits1or2, DateSeparator::Slash,DateMonth::Digits2,DateSeparator::Slash,DateYear::Digits4)); }
In that script, i have an error in sender.valueStr()
Can anyone help me ?
Thanks
Hi, i need to find a table that has both Item number and Location ID (aisle) in the same table due to uploading opening balances of inventory on-hand.
So far I've found up to warehouse only.
appreciate the help guys thanks.
Hi!
I have some solution based on BC which do lots of Logon and Logoff...
Each Logon have two sessions Worker and Business Connector...
During the application works each Logon after Logoff creates new sessionIDs (not always, sometimes take old inactive session).
This causes that number of sessions increase rapidly...
Is there any solution to close BC session with no inactive session left ??
I do session.Logon... when I finish session.Logoff and session.Dispose
Any solution ??
Thank you in advance!
What is the recommended approach for using "contains" filtering in lookups? When using SysReferenceTableLookup, by default the lookup is using a "begins with" filter. If I try to use a wildcard as the first character the * always gets escaped with "\*" when searching. I would prefer to not have to use wildcards at all, and have the lookup use a "contains" filter by default. For example: if I have a value of "12-345, 12345, 12/345" then if i type "12345" then I would want the include the "12-345, 12345, 12/345" record in the lookup results to choose from.
Hi Team,
I have a requirement to create a data entity through code.
Normally a data entity is created through VS where a table is selected and right clicking on the same and clicking on Add-In's and select "Create Data entity". (highlighted in RED in screen shot below)
Or select project and right click add new item and select "Data entity". Now the same thing should be achieved through code?
Does any one happen to know how to get this Job done?
Hi all,
Do we have any option to create D365 Data entity programmatically/ using X++ code/ any DLL?
My Assumption - (correct me if I'm wrong)
If we have the option to create a data entity using some interface in D365, there would be some DLL/Class/Menu Item's which calls the creation of the data entity process.
I did some research from my end, but no luck for me.
I Thank you and appreciate any help in advance :-)
There is one out of the box Customer Payment Workspace available in D365 for Ops Platform update 20 on the following navigation.
Account Receivable -> Customer Payments.
I want to Customize this workspace to include additional analytical tab by using extension development.
Form Name on the backend is CustPaymentWorkspace.
I have tried to extend this form and change the form pattern to Custom. After that, I was able to create the additional tabs and tab pages but the problem is when I drag and drop the standard tab under my new tab page it has created the duplicate tab instead of dragging the standard one.
In the above image section number 1 contains the standard tab that comes with original form and section number 2 contains the tab that I have created using form extension. As you can see when I drag and drop the "Panorama" tab under the workspace tab page it has duplicated the panorama tab and its child objects with the new names.
The workaround for this is I have to explicitly set the visible property to no of the standard tab "Panorama" and after that my form is working fine but my question is, Is there any way I can use the standard components of the form as well in workspace extension instead of duplicating it?
Below is the appearance of the form after my changes but I don't want to hide the standard tabs and create the duplicate ones.
Any help will be much appreciated.
Thanks,
Zahid
Hi All,
Getting the below error while trying to do full compilation using command prompt :
E:\Program Files\Microsoft Dynamics AX\60\Server\AX_PROD\bin> axbuild.exe xppcompileall /s=01
This app cant run on your -PC , to find the publisher of your PC , check with the software publisher,
Kindly advise us how to resolve this error, tried full compilation from AOT , it has taken almost 9 hours to complete.
Regards,
Akbar
Hi,
I would like to know if there is concept of watermark in string controls.
I Can achieve this by populating the string field with a text and deleting the text upon modified.
But i would like to know if there is a simpler way to achieve this as i have many controls that would require watermark in my form