Forum Discussion
Thanks so much Viktor for the help. You’ve helped me simplify some things and build upon them. I now have a pretty comprehensive file. In addition to the other functions, I have new ones like getProjectSpace, getProject, findProject, findProjectSpace, findAreabyProject, findAreabyProjectSpace so that if an item doesn’t have a “Project” definition it will default to the Project Space definition. They all work together in one call pullObject(“Salesforce”). It’s working very well.
One quick question, your code snippet, what editor/file format is that with all the colors. Sure is nicer to read than an unknown .expr file via Notepad++.
Thanks!
Melissa
@mmussitsch Viktor is using the code format option on this site (</> from the toolbar above the text box.)
- mmussitsch4 years agoNew Contributor II
Oh okay @dmiller - thank you! Do wish Notepad++ had these helpers. But good to know next time I post code.
- tlikarish4 years agoEmployee
The expression library should be fairly compatible with JavaScript syntax, so you could apply that syntax and formatting in Notepad++ (or other editors) for a decent way to grok the expression library.
- mmussitsch4 years agoNew Contributor II
Yes! Way better … thanks @tlikarish