Skip to content

Conversation

@micahfunspot
Copy link
Contributor

Add custom parameters functionality. For example in Dynamics 365 there is a need to add option cross-company=true to query from outside the user's assigned data area.
Usage:
$builder->addOption(['cross-company' => 'true'])->get();
or
$builder->addOption('cross-company=true')->get();

@micahfunspot micahfunspot changed the title Master Custom Parameters Aug 19, 2025
@anderly anderly merged commit ba5d95c into saintsystems:master Sep 4, 2025
5 checks passed
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