Objective: To auto-fill the fields in signature template from employee module.
Problem: No boolean field type in signature template, only checkbox.
The name of the field name in Employee is_filipino (bool)
The name of the field in Sign Template is is_filipino_text
First attempt:
- Created a new field type "Text" in Sign Template
- Linked to Employee
- Select Employee->is_filipino field
- Open Employee and selected an Employee
- Tested it in Request Signature
Result: All Text field in Sign Template are auto-filled, including is_filipino_text, the problem is it displays "True" and not a check.
Second attempt:
- Created a new field type "Checkbox" in Sign Template, and named it as is_filipino_checkbox
- That is it. No linked to employee options is displayed.
Result: The is_filipino_checkbox doesnt match the is_filipino field from Employee
Question: Does anyone have the same problem? Any best solutions or approaches?