Jumping from representation to classic object with dates in index

Hi there,

I created a class and representation linked to a table from HRM (EVAEMP).

The representation is working fine, but when I click the modify button, SAGE X3 jumps directly to the first entry in GESEVA and not to the one I had open in the representation.

I found out that the problem is in the way the dates are passed in the link.

The representation builds the dates in the url with the format: "31-07-2018", when the classic object is waiting for "31/07/2018".

In general parameters the date format is correct.

So, the URL that I get when going directly from representations is: "...GESEVA/1/OBJEVA/M/SILT00118~9999~31-07-2017~04-08-2018~PRF~" when it should be "...GESEVA/1/OBJEVA/M/SILT00118~9999~31/07/2017~04/08/2018~PRF~" by default. 

The workaround I found out was creating a field called YCODE, that builds the correct index, ex: "SILT00118~9999~31/07/2017~04/08/2018~PRF~", for every single entry, and then I created a button that redirects to the classic object using this YCODE as index in the URL.

Do you have any "standard" solution?

I'm in SAGE X3 V11 PU7

Best Regards