-
-
Notifications
You must be signed in to change notification settings - Fork 0
Enhance Salesforce data handling with opportunity support and refactor attribute management #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…nd refactor attribute management
… new cache file naming
…variable for command alias management
…alias management and mock file handling
…ntation and error handling
|
|
||
| # Required for INVOKE COMMAND MOCK | ||
|
|
||
| $MODULE_INVOKATION_TAG = "SfHelperModule" |
Check warning
Code scanning / PSScriptAnalyzer
The variable 'MODULE_INVOKATION_TAG' is assigned but never used. Warning
| # Required for INVOKE COMMAND MOCK | ||
|
|
||
| $MODULE_INVOKATION_TAG = "SfHelperModule" | ||
| $MODULE_INVOKATION_TAG_MOCK = "SfHelperModule-Mock" |
Check warning
Code scanning / PSScriptAnalyzer
The variable 'MODULE_INVOKATION_TAG_MOCK' is assigned but never used. Warning
|
|
||
| $MODULE_INVOKATION_TAG = "SfHelperModule" | ||
| $MODULE_INVOKATION_TAG_MOCK = "SfHelperModule-Mock" | ||
| $MOCK_PATH = $PSScriptRoot | Split-Path -Parent | Join-Path -ChildPath 'private' -AdditionalChildPath 'mocks' No newline at end of file |
Check warning
Code scanning / PSScriptAnalyzer
The variable 'MOCK_PATH' is assigned but never used. Warning
| @@ -0,0 +1,3 @@ | |||
| # Required by Include My SetInvokeCommandAlias | |||
|
|
|||
| $MODULE_INVOKATION_TAG = "SfHelperModule" | |||
Check warning
Code scanning / PSScriptAnalyzer
The variable 'MODULE_INVOKATION_TAG' is assigned but never used. Warning
…dation in related functions
Introduce support for handling Salesforce opportunities and refactor the management of account attributes for improved clarity and functionality. Update tests to validate the new opportunity handling.