Skip to content

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Mar 8, 2025

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.


# 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

The variable 'MODULE_INVOKATION_TAG' is assigned but never used.
# 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

The variable 'MODULE_INVOKATION_TAG_MOCK' is assigned but never used.

$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

The variable 'MOCK_PATH' is assigned but never used.
@@ -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

The variable 'MODULE_INVOKATION_TAG' is assigned but never used.
$bytes = [System.Text.Encoding]::UTF8.GetBytes($InputString)
$hashBytes = $md5.ComputeHash($bytes)
$hashString = [BitConverter]::ToString($hashBytes) -replace '-', ''

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace
@rulasg rulasg merged commit 388285c into main Mar 9, 2025
3 checks passed
@rulasg rulasg deleted the get-sfopportunity branch March 9, 2025 04:23
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