Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products. It is part of the Microsoft Dynamics family. The early versions (from 1.0 to 3.0) were called Axapta, while the later versions (from 3.0 SP6 to AX 2012) are called Dynamics AX. This tag refers to the successor of AX 2012, also known as Dynamics 365 for Finance and Operations.
Questions tagged [dynamics-365-operations]
254 questions
1
vote
2 answers
Dynamics 365 for Operations trial instance: Write custom code
How can I write plugins, workflows or JS for trial instance of Dynamics 365 for Operations using Visual Studio, like we do for MS Dynamics CRM online instance?

fawad jan
- 11
- 1
1
vote
1 answer
SSRS complex IIf expression
I'm stuck on an expression. Below is programmatically what i want to do, but SSRS is not having it... How can I get this to work?
=IIf(Fields!TransTypeLabel.Value = "Hour", Fields!SalesAmount.Value, IIf(Fields!TransTypeLabel.Value = "Fee" AND…

jhowe
- 10,198
- 19
- 48
- 66
1
vote
1 answer
Dynamics 365: Extending Staging and TargetEntity with Custom Fields
I am trying to Extend the LedgerJournalEntity with new CustomFields
I have added into my project
Solutions Explorer Screenshot:
Mapping Details
Mapping Details
All the required Artifacts
I have created an Extension project and added three Fields…

Pradeep Verma
- 46
- 1
- 6
1
vote
1 answer
Display method not recognized, because of module reference
when creating a new form having VendTrans ax a datasource, the build failed with nine errors. All of these errors are related to display methods beeing not reconised. In the end of the error text : Are you missing a module reference.
I checked the…

Rawdha Mabrouki
- 23
- 5
1
vote
2 answers
How can I change the layer from USR to ISV in Dynamics 365 for Operation?
By default I'm working on the USR, since working on this layer is not best practice, I need to work on the ISV layer in Dynamics 365. How could I change the layer in Visual Studio.

Rawdha Mabrouki
- 23
- 5
1
vote
1 answer
Is it possible to get element.args() from an extended method in Dynamics 365 for operations
In Dynamics 365 for operations I am trying to use a post-event handler of the init() form method from LedgerTransVoucher to find tableId of:
element.args().dataset()
There is a big switch statement in the method that i want to extend with one more…

AlexanderTh
- 39
- 1
- 4
0
votes
1 answer
How to adjust the timestamp as per requirement
I am trying to generate the timestamp as per the requirement
The required format is : yyyy:mm:ddThh:mm:ssGMT+1:00
I am able to generate the Date and time format but unable to figure out how to bring out GMT+1:00
this format is required to send it to…

Dishanth Varadaraj
- 19
- 4
0
votes
2 answers
D365 FinOps View Range Error : "Query extended range failure: Expected identifier near pos"
Getting this error when browsing the view using SysTableBrowser
Seems to be coming from the range I've added in the View:
((PersonUser.VALIDFROM <= Heu_UserInfo.today) && (PersonUser.VALIDTO >= Heu_UserInfo.today))
The build and sync is fine and…

147
- 582
- 8
- 20
0
votes
1 answer
D365 FO / Odata error : unable to resolve the type name '' to an EdmType
I am making a PowerBI Report about time sheets from Dynamics Finance Operation but i can't see the "Hours" columns (1 column by day of the week, with a number of hours worked). It is an array with 7 days, made as an extended data type.
When I Query…

Ivan Pk
- 1
- 2
0
votes
0 answers
How to set value in coc Validate method D365?
In Dynamics D365 FFO, I would like to set the value in VALIDATE chain of command method.
My Code:
[ExtensionOf(formDataFieldStr(MyFORM,MyDataSource, MyControl))]
final class MyFORM_MyDataSource_MyControl_Extension
{
public boolean validate()
{
…

ulisses
- 1,549
- 3
- 37
- 85
0
votes
0 answers
Unable To Add a Reference To a D365 Package I Can See In Application Explorer
I'm attempting to build my first custom module for Dynamics 365 Finance and Operations. I have a custom table Patron. I'd like for this table to hold PartyNumber values, so want to reference DirPartyTable, which is in the Directory package.
I can…

Crippledsmurf
- 3,982
- 1
- 31
- 50
0
votes
1 answer
refresh display method if field is updated x++
I have two display method fields in past workers form (termination reason (default of system), hiring status(customization)):
I selected worker
opened employment history form
set values of termination reason and hiring status
these fields should…

Menna Ahmed
- 9
- 3
0
votes
0 answers
addDynalink with multiple fields
I had this code:
[DataSource]
class FiscalDocument_BR
{
public void init()
{
super();
this.query().dataSourceTable(tableNum(FiscalDocument_BR)).clearDynalinks();
…

Emanuel Hiroshi
- 318
- 1
- 7
0
votes
0 answers
Dynamic 365 API Table Entity
We created a table, then I made a table entity from it.
We can insert and read from it but we can't update any field.
We have set the Title Field properties and added them to the index for the table. But the same problem still occurs.
"message":…

bilal dandashi
- 11
- 4
0
votes
0 answers
Can't read entire table from Dyn365 F&O from canvas Power App
I am trying to read an entity from Dyn365 F&O using canvas Power Apps. I have followed correctly the steps from installing Finance & Operations Virtual Entity to set the TableEntity visible from advanced setting inside Power Platform admin center to…

Benjamin Lahsen
- 37
- 6