< Back

New-CrmMoney

Sat Jan 18, 2020 4:03 pm

NAME New-CrmMoney



SYNOPSIS

Instantiates Money type object.





SYNTAX

New-CrmMoney [-Value] <Double> [<CommonParameters>]





DESCRIPTION

The New-CrmMoney cmdlet lets you instantiates Money type object.





PARAMETERS

-Value <Double>

Money Value.



Required? true

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES









-------------------------- Example 1 --------------------------



New-CrmMoney -Value 1000.01



This example instantiates Money object with Value of 1,000.01 in whatever currency is applicable given the record

configuration &/or CRM Settings.







Value ExtensionData

----- -------------

1000





RELATED LINKS