The following post suggests a default value can be set for text field iparams but I am finding this does not work - the text field does not have the desired pre-populated default text.
I have this iparam:
"SAFR_Reseller_Technical_Training": {
"display_name": "SAFR Reseller Technical Track Courses",
"description": "Courses that make up the technical track (include starting course).",
"default_value": "TT101, TT102, TT103, TT150, TT151, TT152, TT153, TT154, TT201, TT250, TT260, TT301, TT401, TT402, TT405, TT406",
"type": "text",
"required": true
},
When I install the app, the default iparam is not loaded:
User documentation suggests the accepted answer in the post is incorrect:
https://developers.freshworks.com/crm/docs/installation-parameters/
Is it possible to have text field contain pre-populated value?