FuelSDK-CSharp icon indicating copy to clipboard operation
FuelSDK-CSharp copied to clipboard

FuelSDK-CSharp

Results 57 FuelSDK-CSharp issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe** I am fairly new to working in the SalesForce World, the company i work for uses Service Cloud not the...

enhancement

**Describe the bug** We have a Single Application that needs to send emails for Multiple BU's. Unfortunately, due to how the ETClient is designed/implemented, Creating Multiple ETClient's as a singleton...

bug

The documentation is not clear as to what the lifetime/lifestyle should be configured for the ETClient. If i were to guess it's really trying to say singleton. Without singleton then...

enhancement

Hi I am trying to consume the bulk api and migrate email messages. I am receiving "salesforce invalid junction id-list: Must use a String[] or List value to update ToIds"...

bug

**Describe the bug** When doing ETQueryDefinition.Get(), the CategoryID is always equal to 0, even when specified in the properties to retrieve. When doing ETQueryDefinition.Post() and specifying a valid CategoryID, the...

bug

**Describe the bug** When retrieving ETQueryDefinition properties via ETQueryDefinition.Get(), the results all have CategoryID = 0, despite including "CategoryID" in the Props property prior to call. ``` // not working...

bug

Hi all Is there any support for ContentBuilder APIs planned for the SDK ? This would allow Creation/Update of Content Block/Email/Asset,... in Content Builder instead of Classic Content.

enhancement

I am seeing this below message when I run the following command in dotnet core app dotnet add package SFMC.FuelSDK --version 1.3.0 Error: Package 'SFMC.FuelSDK 1.3.0' was restored using '.NETFramework,Version=v4.6.1,...

Thank you for the SDK. I'm currently using POST and PATCH methods for ETDataExtensionRow, but it's not very efficient for thousands of data rows. Is there a recommended procedure for...

enhancement

**Describe the bug** SoapClient.Retrieve() unable to deserialize Activity object. **To Reproduce** ``` { : RetrieveRequest rr = new RetrieveRequest(); rr.ClientIDs = new[] { _ClientId }; // instantiated outside block, ClientId1...

bug