You tried making an OAuth call using the username-password flow. Everything seemed set up correctly — client ID, secret, username, password + security token, correct endpoint — but in the Login History you see: “Username-Password Flow Disabled” This isn’t a credentials error. It means Salesforce has disabled that flow in your org (or for that […]
Tag: OAuth
[Salesforce] The Sobject Crusade: ApexLog
Source: ApexLog The ApexLog gives access to the Debug Log. To enable log monitoring for a user, go to Setup > Logs > Debug Logs and click the New button to add an user. These rows can be queried: select id, StartTime, Application, DurationMilliseconds, Location, LogLength, LogUser.Name, Operation, Status from apexlog order by StartTime DESC […]
[Salesforce] The Sobject Crusade: ActionLinkGroupTemplate
Back to the Sobject Crusade list. Source: ActionLinkGroupTemplate Action Links are actions you can do in chatter posts (e.g. API call, document download, UI redirect) by clicking a button on the related chatter post. Action Links are grouped into Action Link Group, so you can choose which action you want to play: You may think […]
