[Vtigercrm-commits] [vtiger development] #7195: Field Expression NEW or EDIT not working after used once
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Nov 3 09:39:09 PDT 2011
#7195: Field Expression NEW or EDIT not working after used once
------------------------+---------------------------------------------------
Reporter: gebhardt.p | Owner: developer
Type: defect | Status: new
Priority: critical | Milestone: 5.3.0
Component: vtigercrm | Version: 5.3.0 RC
Severity: Critical | Keywords: Field Expression, Custom Field
------------------------+---------------------------------------------------
Added Custom Field TEXT 100 "Full Salutation" to Contacts.
Entered Field Formulas created New Field Expression:
{{{
if salutationtype == "Herrn" then concat("Sehr geehrter Herr ")else
if salutationtype == "Frau" then concat("Sehr geehrte Frau ") else
if salutationtype == "Frau Dr." then concat("Sehr geehrte Frau Dr. ") else
if salutationtype == "Herrn Dr." then concat("Sehr geehrter Herr Dr. ")
else
if salutationtype == "Frau Prof." then concat("Sehr geehrte Frau Prof. ")
else
if salutationtype == "Herrn Prof." then concat("Sehr geehrter Herr Prof.
") else
if salutationtype == "Mr." then concat("Dear Mr. ")else
if salutationtype == "Mrs." then concat("Dear Mrs. ")else
if salutationtype == "Ms." then concat("Dear Ms. ")else
if salutationtype == "Dr." then concat("Dear Dr. ")else
if salutationtype == "Prof." then concat("Dear Prof. ")else
concat(" ") end
}}}
Saved and used it (Edit Contact, changed Salutation, watched change in
Full Salutation).
Created another Custom Field PICKLIST "Pick Salutation".
Unable to create New Field Expression or edit old one in Field Formulas
!!!
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7195>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list