Announcements
async function hideHomePageCancelBtn(firstSelectedItemId) { debugger; const activity = await Xrm.WebApi.retrieveRecord( 'activitypointer', firstSelectedItemId, '?$select=activitytypecode', /?$expand=appointment($select=ownerid)/ ); const isAptType = activity['activitytypecode']; const owner = appointment['ownerid'] if (isAptType === appointment) { if (owner === 'Portal User') return true; } else { return false; }}
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156