Skip to content

Changes to run sample app in user mode#56

Open
afawcett wants to merge 1 commit intomasterfrom
defaulting-to-usermode
Open

Changes to run sample app in user mode#56
afawcett wants to merge 1 commit intomasterfrom
defaulting-to-usermode

Conversation

@afawcett
Copy link
Copy Markdown
Contributor

@afawcett afawcett commented Mar 18, 2026

This change is Reviewable

Copy link
Copy Markdown
Contributor

@daveespo daveespo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside from the comment about the way the constructor overload works, I'm good with this PR so once that's resolved, I can approve this

@daveespo made 2 comments.
Reviewable status: 0 of 19 files reviewed, 1 unresolved discussion (waiting on afawcett, ImJohnMDaniel, and john-storey-devops).


sfdx-source/apex-common-samplecode/main/classes/selectors/AccountsSelector.cls line 40 at r1 (raw file):

	public AccountsSelector()
	{
		super(false);

I think we should use the overloaded constructor. It's more concise:

super(false,fflib_SObjectSelector.DataAccess.USER_MODE);

(applies throughout this PR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants