Kullanıcı Bilgileri

Kullanıcı Bilgileri Script

console.log('yeop');
const data = this.api.execSP({
  Object: "SP_PROFILE_READ"
}).toPromise().then((response) => {
  const data = response[0][0];
  this.recordService.setData(data, true);
}).catch((err) => {
  angus.api.angusDialog.error(err);
});

Last updated