Code Monkey home page Code Monkey logo

salesforce-enhanced-formula-editor-chrome-extension's People

Contributors

kpeterson85 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

salesforce-enhanced-formula-editor-chrome-extension's Issues

Make "Insert" buttons work

Get the Insert Field, Insert Operator, and Insert Function buttons to actually insert the result into the enhanced editor.

Feature Request - Formulas in Flows

It's official, Flows will NOT be getting any love for the formula editor any time soon. (See https://youtu.be/HTgJO_oHjBk?t=3444). The Flow team seems to say that people who build Formulas in Flows already know how to build formulas so don't need anything fancier than a text box to write formulas directly in Flows. SO, if there is any way we could get even just syntax hi-lightning in the Formula boxes in Flows, then that would be amazing and wonderful! And I would even pay extra for that!

Lightning Support

I have noticed this excellent tool is not supported in lightening. Is this something that is possible to rectify?

Update Display

I received a popup about the newest updates for Enhanced Formula Builder. The popup is taller than my window and won't allow me to scroll down. I'm not able to close the window at all which is preventing me from access my formula field all together. What can I do to resolve. Also, I posted this question in the google Chrome web store. Is there a way to delete that comment?

Fuzzy Text

I have noticed just recently that all the text is fuzzy (shadowed) and the cursor does not show in the correct place.

I know this is a known issue in visualforce code when you have the browser set to > 100% zoom, but I have double checked this and I'm definitely on 100% and it doesn't make any difference which zoom level it's on.

It is mainly the light blue text in quotes that is the issue with shadowing, but the cursor issue is throughout the whole formula.

The shaddowing is worse the further right in the formula it goes.

I have created a screen shot of the issue.

I have checked it on different monitors. (I have recently got a new Surface Pro 4, but I don't know how that could be an issue, and I don't know if I spotted it before then or not).

How else could I do some debugging to help you identify what is causing this issue?

I'm on version Version 49.0.2623.112 m of Chrome

Salesforce.com Enhanced Formula Editor - Just bought, doesn't work...

I just bought this chrome extension only to see that NOTHING changes. It doesn't highlight anything... Please, help!! I need to use it for work.

It's sitting in the upper right hand corner of the browser and everything seems ready to go but it just isn't doing anything. Screenshot below of me in Process Builder and look, it isn't helping at all:

image

Workflow Rule Formula Editor in Lightning not working

In the Workflow Rule Formula Editor I can't click into the formula box when the Toggle editor is on. I can only use the regular editor.

I thought this was just part of the app not working for Lightning, but it's still doing it now after the Lightning upgrade.

Extension no longer works as of Chrome version 58 due to depricated methods

Changes in Google have caused this extension to no longer work.

The use of chrome.extension.getURL is depricated since version 58 and no longer works. The use of chrome.runtime.getURL is suggested by Google.

https://developer.chrome.com/docs/extensions/reference/api/extension

Example of suggested change to contentscript.js

loader.src = chrome.extension.getURL("edit_area_loader.js");
to
loader.src = chrome.runtime.getURL("edit_area_loader.js");

Manifest.json also needs updating to use version 3.

Change web_accessable_resources element of matches to

"matches": ["<all_urls>"],

New Subscription

Good morning team,

Hope you guys have an amazing year.

I just received a notification for the Salesforce Enhace Formula editor license, It suggest to move to the new subscription model, but I recently acquired a year subscription,it doesn't make sense to me to acquire a new year subscription since I recently bought one.

Could you please provide information or let me know how should I proceed?

I don't want to deactivate that extension since its pretty useful, but If I'm double paying for an annual subscription then I will.

Regards,

Format issue

Hi
Format function inserts a space in the literal Pi and causes the validation to fail.

Formats this: ROUND((3 .14159 * (Radius__c ^ 2) * Height__c), 0)
Should be this: ROUND((3.14159 * (Radius__c ^ 2) * Height__c), 0)

Minor bug as I worked around by turning off the formatter to validate.

load record values isn't working

I have had this extension for a couple of years but I just noticed that the load record values no longer works. Please advise what the problem could be?

"Error describing object 'Case'. It may only be accessible from a newer version of the API or you may not have meta data api access. Error message: Session expired or invalid"

Things to Try First

  • Try disabling other Salesforce extensions, there may be a conflict
    There is only a adobe extension that I disabled.
  • Make sure you are on the latest version of the extension

Details to Include

activate_editor.js:257 INVALID_SESSION_ID: Session expired or invalid
at k.getError (chrome-extension://cnlnnpnjccjcmecojdhgpknalcahkhio/jsforce-core.min.js:3:23763)
at chrome-extension://cnlnnpnjccjcmecojdhgpknalcahkhio/jsforce-core.min.js:3:22114
at d (chrome-extension://cnlnnpnjccjcmecojdhgpknalcahkhio/jsforce-core.min.js:7:28673)
at chrome-extension://cnlnnpnjccjcmecojdhgpknalcahkhio/jsforce-core.min.js:7:28946
at p.d.promiseDispatch (chrome-extension://cnlnnpnjccjcmecojdhgpknalcahkhio/jsforce-core.min.js:7:23206)
at chrome-extension://cnlnnpnjccjcmecojdhgpknalcahkhio/jsforce-core.min.js:7:21978
at Array.b (chrome-extension://cnlnnpnjccjcmecojdhgpknalcahkhio/jsforce-core.min.js:7:26369)
at c (chrome-extension://cnlnnpnjccjcmecojdhgpknalcahkhio/jsforce-core.min.js:6:21476)

  • Provide screenshot of the page and what the editor was doing
    When I load the extension the browser console has those errors and when I select "Load Details" for the formula editor below the error message "Error describing object 'Case'. It may only be accessible from a newer version of the API or you may not have meta data api access. Error message: Session expired or invalid" appears

This seems to be security related and I am not sure what I am missing from my user record perspective because I have Modify All Data Permissions in this demo org.

image

  • Provide a copy of the formula
    8*(IF( ISNULL( DateTime_Closed_c__c ), NOW() - DateTime_Opened_c__c , DateTime_Closed_c__c - DateTime_Opened_c__c ))

App not working

Hi there, I'm new to GitHub and the formula editor. I bought it last year (and paid for it twice, now), but have only had the chance to use it today. I'm writing because the extension is not working. Nothing is loading. It is essentially a dead button. Clicking it does nothing. If someone could tell me why it's no longer working, or if this extension has been discontinued, that would be great. Thank you!

Add ability to auto format formulas

This would be helpful when you come across someone else's formula and they didn't add newlines/indenting for readability. Instead of spending time to manually go through the formula and add newlines/indenting you could click a button and the extension would auto format the formula.

Load Field Details button not working

No response is received from the Load Field Details button. I am attempting to decrease the compile size of a formula so need this to determine where I can reduce size

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.