For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Hi all!
How can I enter a new attribute in a list of values in the customer portal?
Attached evidence
I appreciate any help!
Question is not clear if it is a custom field being called or html fabricated field is being created. If it is a custom field, you can add drop down value from Agent Console.
Login to agent console with admin credentials, then follow the path: Configurations->Database->Custom Fields
Regards,
Dev
Hello Dev,
I want to enter more options to the list of values, which is displayed in the image.
This field can be found in the customer portal, in the contact us section.
In the route you indicate, I do not visualize the list of values.
Could you please post the code which is displaying this field?
Thanks,
Dev
This is the line of the code, I got it from the route:
Customer -> Devolopment -> Views -> Pages -> ask.php
<rn:widget path="input/FormInput" name="incidents.c$osc_tip_cliente" required="true" initial_focus="true" label_input="#rn:msg:CUSTOM_MSG_CONTACT_TYPE#" sub:text:hint="" sub:selection:label_input="1. Déjanos saber quién realiza la solicitud" sub:selection:label_required="%s es necesario" sub:selection:validate_on_blur="true" sub:selection:hint="Ejemplo: Afiliado"/>
And that field has a list of values that I attach as an image, and to this list I want to add more options
Thanks!
Based on your code incidents.c$osc_tip_cliente the most logical place would be in the custom field section for incidents.
Based on your code incidents.c$osc_tip_cliente the most logical place would be in the custom field section for incidents.