Hi there
I have created a document service connected to an inbound port for a new table that has the following fields:
- ProjId (Extends ProjId)
- Worker (Extends HcmPersonnelNumberId)
- Category (Extends ProjCategoryId)
- TranTxt (Extends TransTxt)
- TransDate (Extends TransDate)
- Hours (Extends Qty)
I have created a simple Windows Form Application in Visual Studo th that populates all the above fields using my newly created document service. The document service is executing without errors. All fields are populated except for the "Hours" and "TransDate" fields.
There seems to be an issue with the real and date type fields populating into AX from an inbound port. I have spent quite some time trying to figure out what I am doing wong and just cannot seem to figure it out. I just wondered if anyone else has come accross this same issue?
The values used from the Visual Studio application come from cells within a grid. I am populating the HOURS and TRANSDATE fields in the following manner:
timesheetTable.TransDate =
timesheetTable.Hours =