Austin Turner

Results 101 comments of Austin Turner

Salesforce docs have some information about how to handle data https://help.salesforce.com/s/articleView?id=sf.customize_functions_isnumber.htm&type=5 - This function returns FALSE for blank values. - The ISNUMBER function is not aware of your locale. For...

@xuri - Hopefully I did not overstep any boundaries by raising this PR and I hope you find the changes valuable. I am happy to discuss any of the changes...

@xuri - No problem, take your time. Let me know if you have any questions or if there is anything that I came up with that you disagree with. Thanks!

Anyone ever find a solution? I am not using this library but I have the exact same issue in my react application.... I can select a file by double clicking,...

I have been plagued with this issue for a long time (somewhat intermittently) but now it is very consistent. I finally figured out the cause of my issue, may or...

Additional feedback > A Report -> Load records from a report url function would be cool

I understand the issue and think this would be a great feature. Based on how all the data is stored, this is a fairly complex feature to implement, so it...

If you want to run locally using HTTPS, you have a few options: * Setup a reverse proxy which sits between the server and the open internet (E.x. ngnix) *...

@azapradana - * Make sure that you have properly run all the build commands (should just be `yarn build`) * Open the network console in your browser and that should...

You will need to change the URLs in your docker compose file as well as your environment files, the precedence in which docker evaluates them is mentioned here: https://docs.docker.com/compose/environment-variables/envvars-precedence/