Leif Gensert

Results 44 issues of Leif Gensert

Trakt recently changed their API and now requires OAuth (amongst other changes). Will these changes be incorporated in this gem?

https://help.salesforce.com/apex/HTViewHelpDoc?id=customize_functions_i_z.htm&language=en_US#ISNUMBER

Hyperlink shouldn't work in text functions: https://help.salesforce.com/articleView?id=fixing_formula_errors.htm&type=0

Supposedly that's a thing in formulas: https://help.salesforce.com/articleView?id=fixing_formula_errors.htm&type=0

It's a dash, which is used in one of the [Salesforce examples](https://help.salesforce.com/articleView?id=useful_advanced_formulas_discounting.htm) (last one). Details about the signs: https://everythingfonts.com/ascii/codes/150 https://www.fileformat.info/info/unicode/char/2013/index.htm

See docs: https://help.salesforce.com/articleView?id=tips_for_using_picklist_formula_fields.htm&type=5

Salesformula (expecting text) ``` isblank(' ') ``` Error: ``` Error: Formula result is data type (Boolean), incompatible with expected data type (Text). ```