Deprecated FLOAT message persist to 7 because the CreatePDF function still wants a float input?

0
We are in the proces of moving our Apps to version 7.  When trying to resolve deprecations (float --> decimal) I run into the problem of needing to use float to pass margin data to the CreatePDF Generate Document action......    Help appriciated (also posted the issue to Support)
asked
1 answers
6

I've also created a ticket for this last month (# #54644 )

The last update I got was: " We have redirected the issue to the concerned team and they are working on it. "

As a workaround, you can use the toFloat() function, to parse your decimal to the required float.

answered