Hoping that someone can help me on this strange problem.
The Situation:
The dynamics Ax Timesheet App is great. But my customer has a requirement to not only track the hours but also track the starting time en end time.
Within the enterprise portal this is already possible but the dynamics Ap lacks this possibility.
What I'v done:
- Extended the websevices TSTimesheetService and the message objct: TSTimesheetEntry.
- Recompiled, Redployed AIF port ETC.
- Download sourcecode for IOS app etc and adjusted it with the two fields
So far no problem.
But now the typical thing i have. Is that AIF does not give me an error. Bus doesn't save the timesheet line.
When I add the wcf service in visual studio. I see the fields and I am able to transfer the message.
Then I does save the record.
Can somebody help me into a direction into solving this.
I can't figure out why I have a problem with the same message sent true the azure service bus?