Hi all,
I have did some custom for the Cases Module that allow to print PDF. The template is ‘insert field’ for the cases_update_text and cases_internal is not working. It won’t generate the text from the textbox in ‘Update’ and ‘Internal Update’. However other is ok. Any solution?
update_text and internal are the fields which are never saved with values - they are only used to add a new case update. The actual update data is contained within the case updates module. On cases, aop_case_updates_threaded is a function field which loads the related case updates. You would need to modify the template parser to handle loading these - implementation of the function field is in modules/AOP_Case_Updates/Case_Updates.php - the display_updates function.
Ok and thank you. I have found where to drop the detail of the module. It was at the ‘Dropdown Editor’, i just simply add in the module name and all fields is loaded.
I found out that the actual string name is ‘$acase_update_text’. However i unable to load it. What i found that all i added in is ‘$case_xxxxxx’