Does anyone know where the variable $LISTENTITY n ListViewEntries.tpl is generated?
I am new to this vtiger CRM, and i am in learning phase.
Thanks,
Balan
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This might be pretty late, but for $LISTENTITY, the variable is declared in the modules ListView.php file. For example, if you are looking at the Accounts module, it would be modules/Accounts/ListView.php. The code declaration is:
In fact, all smarty variables are assigned similarly. Hope this helps!