xgeek-net / salesforce-devtools

Salesforce DevTools is a Chrome extension for Salesforce developer, based on everything we need in Salesforce development
https://www.xgeek.net/salesforce/tesforce-for-google-chrome/
116 stars 11 forks source link

Apex code generator changing Decimal values to String #43

Open meta-mahesh-chouhan opened 4 years ago

meta-mahesh-chouhan commented 4 years ago

like this loanCharged_Off_Principalc = '0.00',

xgeek-net commented 4 years ago

Hi, @meta-mahesh-chouhan Thank you for your issue report, seems it is a bug and I will fix it at next update.

fabio7siqueira commented 1 year ago

Hello.

@xgeek-net First , congrats for this extension function. It help so much. ❤️

Before that I know your chrome extension, I wrote a similar function to support my test classes. In my situation I use a global action to get a record info and generate apex code.

I hope that be useful. https://github.com/fabio7siqueira/apexclass-data-test-factory