Hi All
I am building an account manager page for our portal. The page will allow a user to provide feedback.
There is a feedback column in the account entity/table.
I am trying to update the column using Microsoft.CIFramework.updateRecord(entityLogicalName,id,jsonData). However I am getting the error "Cannot read properties of undefined (reading 'updateRecord')". Microsoft.CIFramework is not being recognized. What am I missing?
Regards