Sets the shared parameters and parameters of your extension.
Sets the shared parameters and parameters of your extension.
| Visual Basic |
|---|
Public Sub SetExtensionProperty( _ ByVal connectionString As String, _ ByVal lcmType As BoExtensionLCMStageType, _ ByVal propName As String, _ ByVal propValue As String _ ) |
| Value | Description |
|---|---|
| lcm_extension | For SAP Business One Cloud extensions. |
| lcm_assignment | The lightweight extension assignment process. |
| lcm_deployment | The lightweight extension deployment process. |
| Getting and Setting Shared Parameters and Parameters of Your Extension (C#) | ||
|---|---|---|
| ||