Is there a method to surround RTP text entry with quotes in the business rule?
Content
I would like to prompt a user for some text entry which then I would like to store in a text type account. I've used the following which works well if the user surrounds their text entry in the prompt box with double quotes:
"First Name" = [[PlanningFunctions.getIdForString({FirstName})]];
What I'd like to do is not require the user to enter the quotes to prevent business rule errors because they forgot to include them. Instead I'd like to add the quotes in the rule itself. I've tried different permutations of including @CalcMgrDQuote but each resulted in an error. Anyone have any thoughts?
0