Hi ,
in a custom view of the Account entity i wrote in the afterRender --> console.log( this.model.get('myCustomField') );
If i clear local cache and load the account detail i see correctly the console log .
But if i change entity and then return to Account entity on detail the console log give me UNDEFINED ...
Where espo populate model.attributes ?
in a custom view of the Account entity i wrote in the afterRender --> console.log( this.model.get('myCustomField') );
If i clear local cache and load the account detail i see correctly the console log .
But if i change entity and then return to Account entity on detail the console log give me UNDEFINED ...
Where espo populate model.attributes ?
Comment