Getting null while calling PCore PConnect API DataTypeUtils.getSavableDataPage(className); desipte having valid class name and default data source for Data type

Hi Team,

I’m trying use the below API to get the SavableDPage name. But dataPageID is getting set to null despite having proper default data source configuration with valid class name set as expected. PFB the API detail & screenshot of the issue.

const dataPageID = DataTypeUtils.getSavableDataPage(className);

https://docs.pega.com/bundle/pcore-pconnect/page/pcore-pconnect-public-apis/api/getsavabledatapage-dataclass.html

@Connect@Abicom I was able to resolve the issue. Actual root cause is class name set in the component code in full caps. Actual fix is define or set the class name in camel case in tsx or jsx code.