Hi everyone,
i have a problem with component IUQUOS. I have added a new custom attribute inside context "BTQSRVCONISU" using standard structure "CRM_ISU_QUERY_SRC_BTIL". I'm able to see this custom attribute in configuration,but the real problem is the method "GET_P_*".
The "GET_P_*" method does not work :
CASE iv_property.
WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
rv_value = cl_bsp_dlc_view_descriptor=>field_type_picklist.
ENDCASE.
My custom attribute does not appear like a dropdown list because condition "iv_property" is never met.
How can i solve this problem?
Thanks in advance.
Regards.
Dario.