-Credential
|
Specifies a credential required to connect to provided CRM Server
|
I’ve used ‘Get-Credential’ command of Windows PowerShell which is more secure way.
|
-CRMServer
|
Server details of CRM. It is basically in URL format.
|
-CRMServer https://..com/crmnav
Or
-CRMServer https://..com/
|
-EntityLogicalName
|
This is Entity name of CRM. This can be identified in step 1. d.
|
-EntityLogicalName quote
Or
-EntityLogicalName salesorderdetail
|
-ObjectId
|
This is new NAV Table object ID which will be created by PowerShell.
|
-ObjectId 50000
|
-Name
|
This is new NAV Table object name which will be created by PowerShell
|
-Name “CRM Sales Quote”
Or
-Name “XYZ Table”
|
-OutputPath
|
This is file path where PowerShell will generate and export .txt file of NAV Table object
|
-OutputPath C:\FilePath\
Or
-OutputPath D:\FilePath\
|