Hi,
We need to use userService in custom code and we need to fetch additional data for user and that requires dbname to be set as :
App42API.setDbName("<DB_NAME>");
But we cannot deploy this custom code, below is the error:
"message":"Bad Request","details":"Class can not be used in custom code deployment c
om.shephertz.app42.paas.sdk.java.App42API : in source com.shephertz.app42.paas.customcode.commons.App42Utilities"}}
Please help.