diff --git a/ExampleInstructionFiles/ExampleInstructionFile1.xml b/ExampleInstructionFiles/ExampleInstructionFile1.xml
index 150fbee..cbf7201 100644
--- a/ExampleInstructionFiles/ExampleInstructionFile1.xml
+++ b/ExampleInstructionFiles/ExampleInstructionFile1.xml
@@ -9,5 +9,9 @@
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index ec18882..a95d481 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,24 @@
# SandboxBerry
A tool for copying test data into Salesforce sandboxes
+# What's New
+
+## Recent Updates
+
+- **Merged Feature:** Reprocess missing lookups after import ([#5](https://github.com/codeulike/SandboxBerry/issues/5))
+- **Added support for "Limit":** You can now limit the number of records transferred per object.
+- **Added support to save (source/target) passwords:** Credentials can be saved for convenience.
+- **Updated to .NET Framework 4.8:** The application now targets .NET 4.8 for improved compatibility and security.
+- **Updated Log4Net NuGet package:** Logging dependencies have been updated.
+- **Cleaned up using statements:** Codebase maintenance for clarity and performance.
+
# What is this for?
During Salesforce development you will generally create Sandboxes based on your production environment, and then
do development in the Sandbox. Most Salesforce Sandboxes are blank (except for the more expensive ones). Generally to do
some development you're going to want some data in there, for example
-* Any reference tables/objects you've created (e.g. Geo_Country__c - a list of countries)
+* Any reference tables/objects you've created (e.g. Country__c - a list of countries)
* Some sample data in the main tables to experiment with during development.
So ... you can try and copy some data accross using DataLoader or an ETL tool, but you'll quickly find:
@@ -42,8 +53,8 @@ SandboxBerry is Open Source under the GPL2 license.
# Downloading
-SandboxBerry is a windows application written in C# and uses the .NET Framework 4.5.
-You'll need .NET 4.5 Framework installed already (most recent PCs will have it)
+SandboxBerry is a windows application written in C# and uses the .NET Framework 4.8.
+You'll need .NET 4.8 Framework installed already (most recent PCs will have it)
* Download the latest Zip from the [GitHub Releases](https://github.com/codeulike/SandboxBerry/releases) page
* Unzip it in a folder and run SandboxBerry.exe
@@ -52,8 +63,8 @@ You'll need .NET 4.5 Framework installed already (most recent PCs will have it)
# Running from Source
Visual Studio 2012 was used for the initial project but it should be easily loadable in more recent versions of VS.
-Download the solution and ooen it in VS.
-You'll need .NET 4.5 installed.
+Download the solution and open it in VS.
+You'll need .NET 4.8 installed.
# Getting Started
diff --git a/Sandboxberry/.vs/Sandboxberry.csproj.dtbcache.json b/Sandboxberry/.vs/Sandboxberry.csproj.dtbcache.json
new file mode 100644
index 0000000..8c27e26
--- /dev/null
+++ b/Sandboxberry/.vs/Sandboxberry.csproj.dtbcache.json
@@ -0,0 +1 @@
+{"RootPath":"C:\\Users\\Admin\\source\\repos\\shahrier\\SandboxBerry\\Sandboxberry","ProjectFileName":"Sandboxberry.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"AboutForm.cs"},{"SourceFile":"AboutForm.Designer.cs"},{"SourceFile":"MainForm.cs"},{"SourceFile":"MainForm.Designer.cs"},{"SourceFile":"Program.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"Properties\\Resources.Designer.cs"},{"SourceFile":"Properties\\Settings.Designer.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.8.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\Microsoft.CSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Users\\Admin\\source\\repos\\shahrier\\SandboxBerry\\SandboxberryLib\\bin\\Debug\\SandboxberryLib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":"C:\\Users\\Admin\\source\\repos\\shahrier\\SandboxBerry\\SandboxberryLib\\bin\\Debug\\SandboxberryLib.dll"},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Configuration.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Deployment.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Drawing.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Web.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Windows.Forms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"C:\\Users\\Admin\\source\\repos\\shahrier\\SandboxBerry\\Sandboxberry\\bin\\Debug\\Sandboxberry.exe","OutputItemRelativePath":"Sandboxberry.exe"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]}
\ No newline at end of file
diff --git a/Sandboxberry/App.config b/Sandboxberry/App.config
index 640bd73..d4824db 100644
--- a/Sandboxberry/App.config
+++ b/Sandboxberry/App.config
@@ -1,12 +1,12 @@
-
+
-
-
+
+
-
+
@@ -25,6 +25,12 @@
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/Sandboxberry/MainForm.Designer.cs b/Sandboxberry/MainForm.Designer.cs
index d929c90..6fd8a33 100644
--- a/Sandboxberry/MainForm.Designer.cs
+++ b/Sandboxberry/MainForm.Designer.cs
@@ -260,13 +260,13 @@ private void InitializeComponent()
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.clearTargetDataToolStripMenuItem});
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
- this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 22);
+ this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 22);
this.toolsToolStripMenuItem.Text = "Tools";
//
// clearTargetDataToolStripMenuItem
//
this.clearTargetDataToolStripMenuItem.Name = "clearTargetDataToolStripMenuItem";
- this.clearTargetDataToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
+ this.clearTargetDataToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
this.clearTargetDataToolStripMenuItem.Text = "Clear Target Data ...";
this.clearTargetDataToolStripMenuItem.Click += new System.EventHandler(this.clearTargetDataToolStripMenuItem_Click);
//
diff --git a/Sandboxberry/MainForm.cs b/Sandboxberry/MainForm.cs
index e06c645..296629c 100644
--- a/Sandboxberry/MainForm.cs
+++ b/Sandboxberry/MainForm.cs
@@ -15,20 +15,13 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
using log4net;
-
+using Sandboxberry.Properties;
using SandboxberryLib;
using SandboxberryLib.InstructionsModel;
-using Sandboxberry.Properties;
+using System;
+using System.Threading.Tasks;
+using System.Windows.Forms;
namespace Sandboxberry
{
@@ -55,17 +48,16 @@ public void DisableForm()
{
c.Enabled = false;
}
-
-
}
public void SaveUserSettings()
- {
-
+ {
Settings.Default["SetSourceUrl"] = uxSourceUrl.SelectedIndex;
Settings.Default["SetSourceUsername"] = uxSourceUsername.Text;
+ Settings.Default["SetSourcePassword"] = uxSourcePassword.Text;
Settings.Default["SetTargetUrl"] = uxTargetUrl.SelectedIndex;
Settings.Default["SetTargetUsername"] = uxTargetUsername.Text;
+ Settings.Default["SetTargetPassword"] = uxTargetPassword.Text;
Settings.Default["SetInstructionsFile"] = uxInstructionsFilename.Text;
Settings.Default.Save();
}
@@ -78,8 +70,10 @@ public void RetrieveUserSettings()
{
uxSourceUrl.SelectedIndex = (int)(Settings.Default["SetSourceUrl"]);
uxSourceUsername.Text = Settings.Default["SetSourceUsername"].ToString();
+ uxSourcePassword.Text = Settings.Default["SetSourcePassword"].ToString();
uxTargetUrl.SelectedIndex = (int)(Settings.Default["SetTargetUrl"]);
uxTargetUsername.Text = Settings.Default["SetTargetUsername"].ToString();
+ uxTargetPassword.Text = Settings.Default["SetTargetPassword"].ToString();
uxInstructionsFilename.Text = Settings.Default["SetInstructionsFile"].ToString();
}
@@ -110,7 +104,6 @@ private async void uxStartButton_Click(object sender, EventArgs e)
{
ShowUiProcessStarted();
SaveUserSettings();
-
try
{
@@ -130,10 +123,7 @@ private async void uxStartButton_Click(object sender, EventArgs e)
ShowUiProcessEnded();
MessageBox.Show(string.Format("Unexpected error: {0} \r\n\r\n See Log.txt file for details", ex.Message), "Unexpected Error",
MessageBoxButtons.OK, MessageBoxIcon.Error);
-
}
-
-
}
private void ShowUiProcessStarted()
@@ -141,7 +131,6 @@ private void ShowUiProcessStarted()
uxStartButton.Enabled = false;
uxWaitPicture.Visible = true;
clearTargetDataToolStripMenuItem.Enabled = false;
-
}
private void ShowUiProcessEnded()
@@ -166,9 +155,9 @@ private SbbInstructionSet LoadInstructions()
private SbbCredentials GetSourceCredentials()
{
var sourceCred = new SbbCredentials();
- sourceCred.SalesforceUrl = "https://test.salesforce.com/services/Soap/u/32.0";
+ sourceCred.SalesforceUrl = "https://test.salesforce.com/services/Soap/u/54.0";
if (uxSourceUrl.SelectedItem != null && uxSourceUrl.SelectedItem.ToString().StartsWith("Live"))
- sourceCred.SalesforceUrl = "https://login.salesforce.com/services/Soap/u/32.0";
+ sourceCred.SalesforceUrl = "https://login.salesforce.com/services/Soap/u/54.0";
sourceCred.SalesforceLogin = uxSourceUsername.Text;
sourceCred.SalesforcePassword = uxSourcePassword.Text;
return sourceCred;
@@ -177,7 +166,7 @@ private SbbCredentials GetSourceCredentials()
private SbbCredentials GetTargetCredentials()
{
var targetCred = new SbbCredentials();
- targetCred.SalesforceUrl = "https://test.salesforce.com/services/Soap/u/32.0";
+ targetCred.SalesforceUrl = "https://test.salesforce.com/services/Soap/u/54.0";
targetCred.SalesforceLogin = uxTargetUsername.Text;
targetCred.SalesforcePassword = uxTargetPassword.Text;
return targetCred;
@@ -230,8 +219,6 @@ private async void clearTargetDataToolStripMenuItem_Click(object sender, EventAr
MessageBoxButtons.OK, MessageBoxIcon.Error);
}
-
-
}
}
@@ -284,9 +271,5 @@ private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
about.ShowDialog();
}
}
-
-
-
-
}
}
diff --git a/Sandboxberry/Program.cs b/Sandboxberry/Program.cs
index 6e89d49..99b8fae 100644
--- a/Sandboxberry/Program.cs
+++ b/Sandboxberry/Program.cs
@@ -15,12 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+using log4net;
using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
using System.Windows.Forms;
-using log4net;
namespace Sandboxberry
{
@@ -75,7 +72,6 @@ static void Application_ThreadException(object sender, System.Threading.ThreadEx
else
Application.Exit();
-
}
}
}
diff --git a/Sandboxberry/Properties/Resources.Designer.cs b/Sandboxberry/Properties/Resources.Designer.cs
index b649fa9..a66929e 100644
--- a/Sandboxberry/Properties/Resources.Designer.cs
+++ b/Sandboxberry/Properties/Resources.Designer.cs
@@ -1,17 +1,17 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.34014
+// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
-namespace Sandboxberry.Properties
-{
-
-
+namespace Sandboxberry.Properties {
+ using System;
+
+
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
@@ -19,51 +19,43 @@ namespace Sandboxberry.Properties
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources
- {
-
+ internal class Resources {
+
private static global::System.Resources.ResourceManager resourceMan;
-
+
private static global::System.Globalization.CultureInfo resourceCulture;
-
+
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
+ internal Resources() {
}
-
+
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if ((resourceMan == null))
- {
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Sandboxberry.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
-
+
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
return resourceCulture;
}
- set
- {
+ set {
resourceCulture = value;
}
}
diff --git a/Sandboxberry/Properties/Settings.Designer.cs b/Sandboxberry/Properties/Settings.Designer.cs
index 20214c0..5b36bbc 100644
--- a/Sandboxberry/Properties/Settings.Designer.cs
+++ b/Sandboxberry/Properties/Settings.Designer.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.34014
+// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -12,7 +12,7 @@ namespace Sandboxberry.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -82,5 +82,29 @@ public string SetInstructionsFile {
this["SetInstructionsFile"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string SetSourcePassword {
+ get {
+ return ((string)(this["SetSourcePassword"]));
+ }
+ set {
+ this["SetSourcePassword"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string SetTargetPassword {
+ get {
+ return ((string)(this["SetTargetPassword"]));
+ }
+ set {
+ this["SetTargetPassword"] = value;
+ }
+ }
}
}
diff --git a/Sandboxberry/Properties/Settings.settings b/Sandboxberry/Properties/Settings.settings
index f5afd28..334d563 100644
--- a/Sandboxberry/Properties/Settings.settings
+++ b/Sandboxberry/Properties/Settings.settings
@@ -17,5 +17,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sandboxberry/Sandboxberry.csproj b/Sandboxberry/Sandboxberry.csproj
index f732672..5b741ab 100644
--- a/Sandboxberry/Sandboxberry.csproj
+++ b/Sandboxberry/Sandboxberry.csproj
@@ -1,5 +1,5 @@
-
+
Debug
@@ -9,8 +9,9 @@
Properties
Sandboxberry
Sandboxberry
- v4.5
+ v4.8
512
+
AnyCPU
@@ -35,11 +36,13 @@
Berryicon48.ico
-
- ..\packages\log4net.2.0.3\lib\net40-full\log4net.dll
+
+ ..\packages\log4net.3.1.0\lib\net462\log4net.dll
+
+
@@ -78,6 +81,7 @@
True
Resources.resx
+ True
Always
diff --git a/Sandboxberry/packages.config b/Sandboxberry/packages.config
index 3a86f25..e2252c0 100644
--- a/Sandboxberry/packages.config
+++ b/Sandboxberry/packages.config
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/SandboxberryLib/.vs/SandboxberryLib.csproj.dtbcache.json b/SandboxberryLib/.vs/SandboxberryLib.csproj.dtbcache.json
new file mode 100644
index 0000000..1524967
--- /dev/null
+++ b/SandboxberryLib/.vs/SandboxberryLib.csproj.dtbcache.json
@@ -0,0 +1 @@
+{"RootPath":"C:\\Users\\Admin\\source\\repos\\shahrier\\SandboxBerry\\SandboxberryLib","ProjectFileName":"SandboxberryLib.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"InstructionsModel\\SbbCredentials.cs"},{"SourceFile":"InstructionsModel\\SbbFieldOption.cs"},{"SourceFile":"InstructionsModel\\SbbInstructionSet.cs"},{"SourceFile":"InstructionsModel\\SbbObject.cs"},{"SourceFile":"ObjectTransformer.cs"},{"SourceFile":"PopulateSandbox.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"Properties\\Settings.Designer.cs"},{"SourceFile":"RelationMapper.cs"},{"SourceFile":"ResultsModel\\LookupInfo.cs"},{"SourceFile":"ResultsModel\\PopulateObjectResult.cs"},{"SourceFile":"ResultsModel\\PopulateSandboxResult.cs"},{"SourceFile":"ResultsModel\\RowFailInfo.cs"},{"SourceFile":"SalesforceSession.cs"},{"SourceFile":"SalesforceTasks.cs"},{"SourceFile":"Web References\\SalesforcePartnerApi\\Reference.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.8.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\Microsoft.CSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Configuration.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.EnterpriseServices.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Web.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Web.Services.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"C:\\Users\\Admin\\source\\repos\\shahrier\\SandboxBerry\\SandboxberryLib\\bin\\Debug\\SandboxberryLib.dll","OutputItemRelativePath":"SandboxberryLib.dll"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]}
\ No newline at end of file
diff --git a/SandboxberryLib/InstructionsModel/SbbCredentials.cs b/SandboxberryLib/InstructionsModel/SbbCredentials.cs
index 3b5b0d7..d6ecd54 100644
--- a/SandboxberryLib/InstructionsModel/SbbCredentials.cs
+++ b/SandboxberryLib/InstructionsModel/SbbCredentials.cs
@@ -15,12 +15,6 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
namespace SandboxberryLib.InstructionsModel
{
public class SbbCredentials
diff --git a/SandboxberryLib/InstructionsModel/SbbFieldOption.cs b/SandboxberryLib/InstructionsModel/SbbFieldOption.cs
index c80802a..2a78ea9 100644
--- a/SandboxberryLib/InstructionsModel/SbbFieldOption.cs
+++ b/SandboxberryLib/InstructionsModel/SbbFieldOption.cs
@@ -14,11 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+
using System.Xml.Serialization;
namespace SandboxberryLib.InstructionsModel
diff --git a/SandboxberryLib/InstructionsModel/SbbInstructionSet.cs b/SandboxberryLib/InstructionsModel/SbbInstructionSet.cs
index ea170cc..971ed9d 100644
--- a/SandboxberryLib/InstructionsModel/SbbInstructionSet.cs
+++ b/SandboxberryLib/InstructionsModel/SbbInstructionSet.cs
@@ -15,16 +15,13 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+using log4net;
using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Xml.Serialization;
-using System.Xml.Schema;
-using System.Xml;
using System.Reflection;
-using log4net;
+using System.Xml;
+using System.Xml.Schema;
+using System.Xml.Serialization;
namespace SandboxberryLib.InstructionsModel
{
diff --git a/SandboxberryLib/InstructionsModel/SbbObject.cs b/SandboxberryLib/InstructionsModel/SbbObject.cs
index e2d9b0f..b4f9e4c 100644
--- a/SandboxberryLib/InstructionsModel/SbbObject.cs
+++ b/SandboxberryLib/InstructionsModel/SbbObject.cs
@@ -15,11 +15,7 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
using System.Xml.Serialization;
namespace SandboxberryLib.InstructionsModel
@@ -36,6 +32,9 @@ public SbbObject()
[XmlAttribute]
public string Filter { get; set; }
+ [XmlAttribute]
+ public string Limit { get; set; }
+
public List SbbFieldOptions { get; set; }
// controls whether SbbFieldOptions list is serialized
diff --git a/SandboxberryLib/ObjectTransformer.cs b/SandboxberryLib/ObjectTransformer.cs
index 28fd6e3..7a789cd 100644
--- a/SandboxberryLib/ObjectTransformer.cs
+++ b/SandboxberryLib/ObjectTransformer.cs
@@ -38,6 +38,12 @@ public class ObjectTransformer
public Dictionary ObjectRelationships { get; set; }
+ ///
+ /// Lookups that will need to be reprocessed later as the referenced objects didn't exist
+ /// yet when the wrapped object was created
+ ///
+ public List LookupsToReprocess { get; set; }
+
public List InactiveUserIds { get; set; }
public List MissingUserIds { get; set; }
@@ -51,6 +57,12 @@ public void ApplyTransformations(sObjectWrapper wrap)
CorrectInactiveUser(wrap.sObj, this.InactiveUserIds, this.CurrentUserId);
if (this.RecursiveRelationshipField != null)
RememberRecursiveId(wrap, this.RecursiveRelationshipField);
+
+ foreach (var lookup in this.LookupsToReprocess)
+ {
+ RemeberLookupIdsToReprocess(lookup, wrap.sObj);
+ }
+
FixRelatedIds(wrap.sObj, this.ObjectRelationships);
RemoveIdFromSObject(wrap.sObj);
@@ -76,13 +88,8 @@ public void ApplyTransformations(sObjectWrapper wrap)
wrap.sObj.Any = wrap.sObj.Any.Where(f => f.LocalName != fieldOptions.ApiName).ToArray();
}
}
-
}
-
}
-
-
-
public void CorrectInactiveUser(sObject obj, List inactiveUserIds, string replacementUserID)
{
XmlElement ownerNode = obj.Any.FirstOrDefault(e => e.LocalName == "OwnerId");
@@ -99,10 +106,7 @@ public void CorrectInactiveUser(sObject obj, List inactiveUserIds, strin
ownerNode.InnerText = replacementUserID;
}
-
-
}
-
public void FixRelatedIds(sObject obj, Dictionary objectRelationships)
{
foreach (string fieldName in objectRelationships.Keys)
@@ -116,7 +120,6 @@ public void FixRelatedIds(sObject obj, Dictionary objectRelation
continue;
}
-
string currentValue = relatedIdNode.InnerText;
if (!string.IsNullOrEmpty(currentValue))
{
@@ -148,29 +151,37 @@ public void FixRelatedIds(sObject obj, Dictionary objectRelation
}
}
}
-
-
}
-
}
public void RemoveIdFromSObject(sObject obj)
{
obj.Any = obj.Any.Where(e => e.LocalName != "Id").ToArray();
obj.Id = null;
-
}
private void RememberRecursiveId(ObjectTransformer.sObjectWrapper wrap, string recursiveField)
{
XmlElement recursiveNode = wrap.sObj.Any.FirstOrDefault(e => e.LocalName == recursiveField);
- wrap.RecursiveRelationshipOriginalId = recursiveNode.InnerText;
-
-
+ if (recursiveNode != null)
+ {
+ wrap.RecursiveRelationshipOriginalId = recursiveNode.InnerText;
+ }
}
+ ///
+ /// Remember IDs to reprocess later for this lookup relationship
+ ///
+ private void RemeberLookupIdsToReprocess(LookupInfo lookup, sObject obj)
+ {
+ var lookupField = obj.Any.FirstOrDefault(e => e.LocalName == lookup.FieldName);
+ var relatedId = lookupField.InnerText;
-
+ if (!String.IsNullOrEmpty(relatedId))
+ {
+ lookup.IdPairs.Add(new KeyValuePair(obj.Id, relatedId));
+ }
+ }
public class sObjectWrapper
{
public string OriginalId { get; set; }
@@ -181,6 +192,5 @@ public class sObjectWrapper
public string RecursiveRelationshipField { get; set; }
public string RecursiveRelationshipOriginalId { get; set; }
}
-
}
-}
+}
\ No newline at end of file
diff --git a/SandboxberryLib/PopulateSandbox.cs b/SandboxberryLib/PopulateSandbox.cs
index 920a56f..768d660 100644
--- a/SandboxberryLib/PopulateSandbox.cs
+++ b/SandboxberryLib/PopulateSandbox.cs
@@ -15,15 +15,13 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+using log4net;
using SandboxberryLib.InstructionsModel;
using SandboxberryLib.ResultsModel;
using SandboxberryLib.SalesforcePartnerApi;
-using log4net;
+using System;
+using System.Collections.Generic;
+using System.Linq;
using System.Xml;
namespace SandboxberryLib
@@ -32,7 +30,6 @@ public class PopulateSandbox
{
private static readonly ILog logger = LogManager.GetLogger(typeof(PopulateSandbox));
-
private SalesforceTasks _sourceTasks;
private SalesforceTasks _targetTasks;
@@ -41,17 +38,15 @@ public class PopulateSandbox
private IProgress _progress;
- public PopulateSandbox(SbbInstructionSet instructions):this(instructions, new RelationMapper())
+ public PopulateSandbox(SbbInstructionSet instructions) : this(instructions, new RelationMapper())
{
}
-
public PopulateSandbox(SbbInstructionSet instructions, RelationMapper relMapper)
{
_sourceTasks = new SalesforceTasks(instructions.SourceCredentials);
_targetTasks = new SalesforceTasks(instructions.TargetCredentuals);
_instructions = instructions;
_relationMapper = relMapper;
-
}
public PopulateSandboxResult Start()
@@ -68,7 +63,6 @@ public void ProgressUpdate(string message)
else
_progress.Report(message);
}
-
public PopulateSandboxResult Start(IProgress progress)
{
_progress = progress;
@@ -86,6 +80,8 @@ public PopulateSandboxResult Start(IProgress progress)
var targetUserIds = _targetTasks.GetAllUsers();
var missingUserIds = sourceUserIds.Except(targetUserIds).ToList();
logger.DebugFormat("Found {0} users in Source that are not in Target", missingUserIds.Count());
+ var processedObjects = new List { "User" }; // user is copied already
+ var objectsToReprocess = new List();
foreach (SbbObject objLoop in _instructions.SbbObjects)
{
@@ -103,21 +99,46 @@ public PopulateSandboxResult Start(IProgress progress)
transformer.ObjectRelationships = _sourceTasks.GetObjectRelationships(objLoop.ApiName);
transformer.RecursiveRelationshipField = transformer.ObjectRelationships.FirstOrDefault(d => d.Value == objLoop.ApiName).Key;
+
if (transformer.RecursiveRelationshipField != null)
logger.DebugFormat("Object {0} has a recurive relation to iteself in field {1}",
objLoop.ApiName, transformer.RecursiveRelationshipField);
+ // find lookups on this object that can't be populated, to reprocess later
+ transformer.LookupsToReprocess = transformer.ObjectRelationships
+ .Where(d => d.Value != objLoop.ApiName) // where it's not a recursive relationship
+ .Where(d => !processedObjects.Contains(d.Value)) // and the referenced record doesn't exist yet
+ .Where(d => !objLoop.SbbFieldOptions.Any( // and it's not one of the skipped fields
+ e => e.ApiName.Equals(d.Key)
+ && e.Skip))
+ // TODO: but is still one of the included object types (e.g. not Contact -> "rh2__PS_Describe__c")
+ .Select(d => new LookupInfo
+ {
+ FieldName = d.Key,
+ ObjectName = objLoop.ApiName,
+ RelatedObjectName = d.Value
+ })
+ .ToList();
+
+ if (transformer.LookupsToReprocess.Count > 0)
+ {
+ objectsToReprocess.Add(transformer);
+ var fields = transformer.LookupsToReprocess.Select(lookup => lookup.FieldName);
+ logger.DebugFormat("Object {0} has lookups that will need to be reprocessed: {1}",
+ objLoop.ApiName,
+ String.Join(", ", fields));
+ }
List sourceData = null;
try
{
- sourceData = _sourceTasks.GetDataFromSObject(objLoop.ApiName, objLoop.Filter);
+ sourceData = _sourceTasks.GetDataFromSObject(objLoop.ApiName, objLoop.Filter, objLoop.Limit);
}
catch (Exception e)
{
string errMess = string.Format("Error while fetching data for {0}: {1}", objLoop.ApiName, e.Message);
throw new ApplicationException(errMess, e);
- }
+ }
objres.SourceRows = sourceData.Count();
ProgressUpdate(string.Format("Received {0} {1} records from source", sourceData.Count, objLoop.ApiName));
@@ -131,7 +152,7 @@ public PopulateSandboxResult Start(IProgress progress)
transformer.ApplyTransformations(wrap);
-
+
workingList.Add(wrap);
}
@@ -168,7 +189,7 @@ public PopulateSandboxResult Start(IProgress progress)
}
}
-
+
}
// inserts done.
@@ -179,9 +200,12 @@ public PopulateSandboxResult Start(IProgress progress)
ProgressUpdate(string.Format("Summary for {0}: Success {1} Fail {2}",
objLoop.ApiName, objres.SuccessCount, objres.FailCount));
-
+ processedObjects.Add(objLoop.ApiName);
}
+ // reprocess lookup relationships that can be populated now that the inserts are done
+ var reprocessingResults = ReprocessObjects(objectsToReprocess);
+
// log summary
ProgressUpdate("************************************************");
foreach (var resLoop in res.ObjectResults)
@@ -190,16 +214,17 @@ public PopulateSandboxResult Start(IProgress progress)
resLoop.ApiName, resLoop.SuccessCount, resLoop.FailCount));
}
+
+ // log reprocssing summary
+ foreach (var resLoop in reprocessingResults.ObjectResults)
+ {
+ ProgressUpdate(string.Format("Reprocessing summary for {0}: Success {1} Fail {2}",
+ resLoop.ApiName, resLoop.SuccessCount, resLoop.FailCount));
+ }
ProgressUpdate("************************************************");
-
+
return res;
}
-
-
-
-
-
-
private void UpdateRecursiveField(string apiName, List workingList, string recursiveRelationshipField)
{
logger.DebugFormat("Object {0} has a recursive relation field {1}, now doing second pass to set it....",
@@ -211,39 +236,107 @@ private void UpdateRecursiveField(string apiName, List(wrapLoop.NewId, wrapLoop.RecursiveRelationshipOriginalId));
+
+ if (updateObject != null)
+ {
+ updateList.Add(updateObject);
+ }
+ }
+ }
+
+ logger.DebugFormat("{0} rows in Object {1} have recursive relation {2} to update ....",
+ updateList.Count(), apiName, recursiveRelationshipField);
- upd.type = wrapLoop.sObj.type;
- upd.Id = wrapLoop.NewId;
- XmlDocument dummydoc = new XmlDocument();
- XmlElement recursiveEl = dummydoc.CreateElement(recursiveRelationshipField);
+ var result = UpdateRecords(apiName, updateList);
+ }
- string replaceValue = _relationMapper.RecallNewId(apiName, wrapLoop.RecursiveRelationshipOriginalId);
+ ///
+ /// Reprocesses lookup relationship fields that were missed during the initial import and
+ /// populates them, once all the records are loaded into the sandbox. Similar to
+ /// UpdateRecursiveField.
+ ///
+ private PopulateSandboxResult ReprocessObjects(List objectsToReprocess)
+ {
+ var results = new PopulateSandboxResult();
- if (replaceValue == null)
+ foreach (var obj in objectsToReprocess)
+ {
+ foreach (var field in obj.LookupsToReprocess)
+ {
+ ProgressUpdate(string.Format("Reprocessing referenced objects for {0} field {1}",
+ field.ObjectName, field.FieldName));
+
+ List updateList = new List();
+ foreach (var idPair in field.IdPairs)
{
- logger.DebugFormat("Object {0} {1} recursive field {2} have value {3} could not translate - will ignore",
- apiName, wrapLoop.OriginalId, recursiveRelationshipField, wrapLoop.RecursiveRelationshipOriginalId);
+ var updateObj = CreateSobjectWithLookup(field.ObjectName,
+ field.RelatedObjectName, field.FieldName, idPair);
+
+ if (updateObj != null)
+ {
+ updateList.Add(updateObj);
+ }
}
- else
- {
- recursiveEl.InnerText = replaceValue;
+ // switch the IDs with the new ones in the sandbox
+ foreach (sObject rowLoop in updateList)
+ {
+ rowLoop.Id = _relationMapper.RecallNewId(field.ObjectName, rowLoop.Id);
+ }
- upd.Any = new XmlElement[] { recursiveEl };
+ ProgressUpdate(string.Format("Updating {0} {1} records",
+ updateList.Count, field.ObjectName));
- updateList.Add(upd);
- }
+ var result = UpdateRecords(field.ObjectName, updateList);
+ results.ObjectResults.Add(result);
}
+ }
+
+ return results;
+ }
+
+ ///
+ /// Creates a new sObject record that only contains the specified lookup relationship field
+ /// and replaces IDs for the referenced objects
+ ///
+ /// The newly-constructed sObject with the correct referenced ID, otherwise null
+ private sObject CreateSobjectWithLookup(string objectName, string relatedObjectName,
+ string fieldName, KeyValuePair idPair)
+ {
+ var newObject = new sObject
+ {
+ type = objectName,
+ Id = idPair.Key
+ };
+
+ XmlDocument dummydoc = new XmlDocument();
+ XmlElement recursiveEl = dummydoc.CreateElement(fieldName);
+ string replaceValue = _relationMapper.RecallNewId(relatedObjectName, idPair.Value);
+ if (replaceValue == null)
+ {
+ logger.DebugFormat("Object {0} {1} relationship field {2} have value {3} could not translate - will ignore",
+ objectName, idPair.Key, fieldName, idPair.Value);
+ return null;
+ }
+ else
+ {
+ recursiveEl.InnerText = replaceValue;
+ newObject.Any = new XmlElement[] { recursiveEl };
+ return newObject;
}
+ }
- logger.DebugFormat("{0} rows in Object {1} have recursive relation {2} to update ....",
- updateList.Count(), apiName, recursiveRelationshipField);
+ ///
+ /// Updates a list of sobject records
+ ///
+ private PopulateObjectResult UpdateRecords(string objectName, List updateList)
+ {
+ var result = new PopulateObjectResult();
+ result.ApiName = objectName;
- // update objects in batches
- int successCount = 0;
- int failCount = 0;
int done = 0;
bool allDone = false;
if (updateList.Count == 0)
@@ -255,38 +348,39 @@ private void UpdateRecursiveField(string apiName, List= updateList.Count)
allDone = true;
- var updateRes = _targetTasks.UpdateSObjects(apiName,
+ var updateRes = _targetTasks.UpdateSObjects(objectName,
batch.ToArray());
for (int i = 0; i < updateRes.Length; i++)
{
if (updateRes[i].Success)
{
- successCount+=1;
+ result.SuccessCount += 1;
}
else
{
-
+
logger.WarnFormat("Error when updating {0} {1} in target: {2}",
- apiName, batch[i].Id, updateRes[i].ErrorMessage);
- failCount += 1;
+ objectName, batch[i].Id, updateRes[i].ErrorMessage);
+ result.FailCount += 1;
}
}
-
+
}
- logger.DebugFormat("Object {0} recursive relation {1} updated. Attempted {2} Success {3} Failed {4}",
- apiName, recursiveRelationshipField, updateList.Count, successCount, failCount);
- }
+ logger.DebugFormat("Object {0} updated. Attempted {1} Success {2} Failed {3}",
+ objectName, updateList.Count, result.SuccessCount, result.FailCount);
+ return result;
+ }
private void LoginToBoth()
{
-
+
try
{
_sourceTasks.LoginIfRequired();
-
+
}
catch (Exception e)
{
@@ -294,11 +388,11 @@ private void LoginToBoth()
e.Message);
throw new ApplicationException(newMess, e);
}
-
+
try
{
_targetTasks.LoginIfRequired();
-
+
}
catch (Exception e)
{
@@ -307,19 +401,17 @@ private void LoginToBoth()
throw new ApplicationException(newMess, e);
}
}
-
public void DeleteTargetData()
{
this.DeleteTargetData(null, false);
}
-
public void DeleteTargetData(IProgress progress, bool ignoreFilters)
{
_progress = progress;
ProgressUpdate("Logging into Target ...");
_targetTasks.LoginIfRequired();
var reverseObjects = _instructions.SbbObjects.AsEnumerable().Reverse();
-
+
foreach (SbbObject objLoop in reverseObjects)
{
String filter = objLoop.Filter;
@@ -335,9 +427,9 @@ public void DeleteTargetData(IProgress progress, bool ignoreFilters)
filter = null;
}
ProgressUpdate(string.Format("Starting deletion for {0}, filter: {1}", objLoop.ApiName, filterInfo));
-
- var targetIds = _targetTasks.GetIdsFromSObject(objLoop.ApiName, filter);
+
+ var targetIds = _targetTasks.GetIdsFromSObject(objLoop.ApiName, filter, objLoop.Limit);
ProgressUpdate(string.Format("Received {0} {1} ids from target", targetIds.Count, objLoop.ApiName));
int done = 0;
bool allDone = false;
@@ -350,12 +442,10 @@ public void DeleteTargetData(IProgress progress, bool ignoreFilters)
if (done >= targetIds.Count)
allDone = true;
_targetTasks.DeleteSObjects(objLoop.ApiName, idarray);
-
+
}
ProgressUpdate(string.Format("Deleted {0} {1} records from target", targetIds.Count, objLoop.ApiName));
-
}
}
-
}
-}
+}
\ No newline at end of file
diff --git a/SandboxberryLib/Properties/Settings.Designer.cs b/SandboxberryLib/Properties/Settings.Designer.cs
index cc09a67..dff7484 100644
--- a/SandboxberryLib/Properties/Settings.Designer.cs
+++ b/SandboxberryLib/Properties/Settings.Designer.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.34014
+// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -12,7 +12,7 @@ namespace SandboxberryLib.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -26,7 +26,7 @@ public static Settings Default {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
- [global::System.Configuration.DefaultSettingValueAttribute("https://test.salesforce.com/services/Soap/u/32.0")]
+ [global::System.Configuration.DefaultSettingValueAttribute("https://test.salesforce.com/services/Soap/u/54.0")]
public string SandboxberryLib_SalesforcePartnerApi_SforceService {
get {
return ((string)(this["SandboxberryLib_SalesforcePartnerApi_SforceService"]));
diff --git a/SandboxberryLib/Properties/Settings.settings b/SandboxberryLib/Properties/Settings.settings
index 891efa8..213650f 100644
--- a/SandboxberryLib/Properties/Settings.settings
+++ b/SandboxberryLib/Properties/Settings.settings
@@ -3,7 +3,7 @@
- https://test.salesforce.com/services/Soap/u/32.0
+ https://test.salesforce.com/services/Soap/u/54.0
\ No newline at end of file
diff --git a/SandboxberryLib/RelationMapper.cs b/SandboxberryLib/RelationMapper.cs
index 778b537..f7ab143 100644
--- a/SandboxberryLib/RelationMapper.cs
+++ b/SandboxberryLib/RelationMapper.cs
@@ -15,12 +15,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
using log4net;
+using System.Collections.Generic;
namespace SandboxberryLib
{
diff --git a/SandboxberryLib/Resources/SbbInstructionSetSchema.xsd b/SandboxberryLib/Resources/SbbInstructionSetSchema.xsd
index 6e371a2..3716f8b 100644
--- a/SandboxberryLib/Resources/SbbInstructionSetSchema.xsd
+++ b/SandboxberryLib/Resources/SbbInstructionSetSchema.xsd
@@ -17,6 +17,7 @@
+
diff --git a/SandboxberryLib/ResultsModel/LookupInfo.cs b/SandboxberryLib/ResultsModel/LookupInfo.cs
new file mode 100644
index 0000000..606f758
--- /dev/null
+++ b/SandboxberryLib/ResultsModel/LookupInfo.cs
@@ -0,0 +1,39 @@
+using System;
+using System.Collections.Generic;
+
+namespace SandboxberryLib.ResultsModel
+{
+ ///
+ /// Stores information about lookup relationships and the referenced IDs, sometimes they can't
+ /// be populated during the initial import (when the referenced object doesn't exist yet) and
+ /// need to be reprocessed after
+ ///
+ public class LookupInfo
+ {
+ public LookupInfo()
+ {
+ this.IdPairs = new List>();
+ }
+
+ ///
+ /// API Name of the object that owns the lookup relationship field
+ ///
+ public String ObjectName { get; set; }
+
+ ///
+ /// API Name of the object that the lookup relationship field references
+ ///
+ public String RelatedObjectName { get; set; }
+
+ ///
+ /// API Name of the lookup relationship field
+ ///
+ public String FieldName { get; set; }
+
+ ///
+ /// IDs used by this lookup relationship in the form of key=object, value=referenced object,
+ /// saved during initial processing for reprocessing later
+ ///
+ public List> IdPairs { get; set; }
+ }
+}
\ No newline at end of file
diff --git a/SandboxberryLib/ResultsModel/PopulateObjectResult.cs b/SandboxberryLib/ResultsModel/PopulateObjectResult.cs
index 83071f8..5f9fe06 100644
--- a/SandboxberryLib/ResultsModel/PopulateObjectResult.cs
+++ b/SandboxberryLib/ResultsModel/PopulateObjectResult.cs
@@ -15,11 +15,7 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
namespace SandboxberryLib.ResultsModel
{
diff --git a/SandboxberryLib/ResultsModel/PopulateSandboxResult.cs b/SandboxberryLib/ResultsModel/PopulateSandboxResult.cs
index 91d9a13..f21c468 100644
--- a/SandboxberryLib/ResultsModel/PopulateSandboxResult.cs
+++ b/SandboxberryLib/ResultsModel/PopulateSandboxResult.cs
@@ -15,11 +15,7 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
namespace SandboxberryLib.ResultsModel
{
diff --git a/SandboxberryLib/ResultsModel/RowFailInfo.cs b/SandboxberryLib/ResultsModel/RowFailInfo.cs
index 0a04fbd..3684dfb 100644
--- a/SandboxberryLib/ResultsModel/RowFailInfo.cs
+++ b/SandboxberryLib/ResultsModel/RowFailInfo.cs
@@ -15,12 +15,6 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
namespace SandboxberryLib.ResultsModel
{
public class RowFailInfo
diff --git a/SandboxberryLib/SalesforceSession.cs b/SandboxberryLib/SalesforceSession.cs
index a5465db..1808fbd 100644
--- a/SandboxberryLib/SalesforceSession.cs
+++ b/SandboxberryLib/SalesforceSession.cs
@@ -15,19 +15,11 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
using log4net;
-using System.Configuration;
-using System.Web.Services;
-
-using SandboxberryLib.SalesforcePartnerApi;
-using System.Web.Services.Protocols;
using SandboxberryLib.InstructionsModel;
+using SandboxberryLib.SalesforcePartnerApi;
using System.Net;
+using System.Web.Services.Protocols;
namespace SandboxberryLib
{
diff --git a/SandboxberryLib/SalesforceTasks.cs b/SandboxberryLib/SalesforceTasks.cs
index 0e480b1..83b56f0 100644
--- a/SandboxberryLib/SalesforceTasks.cs
+++ b/SandboxberryLib/SalesforceTasks.cs
@@ -15,14 +15,13 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+using log4net;
+using SandboxberryLib.InstructionsModel;
+using SandboxberryLib.SalesforcePartnerApi;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
-using System.Threading.Tasks;
-using SandboxberryLib.SalesforcePartnerApi;
-using SandboxberryLib.InstructionsModel;
-using log4net;
namespace SandboxberryLib
{
@@ -34,7 +33,7 @@ public class SalesforceTasks
private SalesforceSession _salesforceSession;
private SforceService _binding = null;
- private Dictionary _metaDictionary;
+ private Dictionary _metaDictionary;
public SalesforceTasks(SbbCredentials cred)
: this(new SalesforceSession(cred))
@@ -44,10 +43,7 @@ public SalesforceTasks(SalesforceSession sesh)
{
_salesforceSession = sesh;
_metaDictionary = new Dictionary();
-
}
-
-
public void FetchObjectMetadata(string[] apiNameArray)
{
LoginIfRequired();
@@ -58,11 +54,8 @@ public void FetchObjectMetadata(string[] apiNameArray)
{
if (!_metaDictionary.ContainsKey(metaLoop.name))
_metaDictionary.Add(metaLoop.name, metaLoop);
-
}
-
}
-
public DescribeSObjectResult GetObjectMeta(string apiName)
{
if (!_metaDictionary.ContainsKey(apiName))
@@ -74,13 +67,12 @@ public DescribeSObjectResult GetObjectMeta(string apiName)
throw new ApplicationException(string.Format("Could not return metadata for type {0}", apiName));
return _metaDictionary[apiName];
}
-
- public Dictionary GetObjectRelationships(string apiName)
+ public Dictionary GetObjectRelationships(string apiName)
{
var res = new Dictionary();
var meta = GetObjectMeta(apiName);
var fieldsWeUse = RemoveSystemColumns(GetObjectColumns(apiName));
-
+
var relationshipFields = meta.fields.Where(f => f.relationshipName != null);
foreach (var fieldLoop in relationshipFields)
{
@@ -124,20 +116,17 @@ public Dictionary GetObjectRelationships(string apiName)
}
return res;
}
-
public List GetObjectColumns(string objName)
{
-
+
var meta = GetObjectMeta(objName);
List fieldNames = meta.fields.Where(f => f.autoNumber == false && f.calculated == false && f.type != fieldType.address && (f.createable == true || f.name == "Id")).Select(f => f.name).ToList();
-
+
return fieldNames;
-
}
-
public List RemoveSystemColumns(List colNameList)
{
- List unwantedCols = new string[] {
+ List unwantedCols = new string[] {
"IsDeleted",
"CreatedDate",
"CreatedById",
@@ -148,29 +137,47 @@ public List RemoveSystemColumns(List colNameList)
"LastReferencedDate"}.ToList();
return colNameList.Except(unwantedCols).ToList();
}
-
public void LoginIfRequired()
{
if (_binding == null)
_binding = _salesforceSession.Login();
-
}
-
- public string BuildQuery(string sobjectName, List colList, string filter)
+ public string BuildQuery(string sobjectName, List colList, string filter, string limit)
{
StringBuilder sb = new StringBuilder();
sb.AppendFormat("select {0} from {1}",
String.Join(", ", colList), sobjectName);
if (!string.IsNullOrEmpty(filter))
- sb.AppendFormat(" where {0}", filter);
+ {
+ sb.AppendFormat(" where {0}", filter);
+ }
+ if (!string.IsNullOrEmpty(limit))
+ {
+ sb.AppendFormat(" limit {0}", limit);
+ }
+
return sb.ToString();
}
- public List GetDataFromSObject(string sobjectName, string filter)
+ ///
+ /// Gets data for all columns of an sobject
+ ///
+ public List GetDataFromSObject(string sobjectName, string filter, string limit)
{
- LoginIfRequired();
List colNames = RemoveSystemColumns(GetObjectColumns(sobjectName));
- string soql = BuildQuery(sobjectName, colNames, filter);
+ string soql = BuildQuery(sobjectName, colNames, filter, limit);
+ List allResults = GetDataFromSObject(sobjectName, colNames, filter, limit);
+ return allResults;
+ }
+
+ ///
+ /// Gets data for specified columns of an sobject
+ ///
+ public List GetDataFromSObject(string sobjectName, List colList, string filter, string limit)
+ {
+ LoginIfRequired();
+ colList = RemoveSystemColumns(colList);
+ string soql = BuildQuery(sobjectName, colList, filter, limit);
bool allResultsReturned = false;
List allResults = new List();
@@ -189,12 +196,11 @@ public List GetDataFromSObject(string sobjectName, string filter)
return allResults;
}
-
- public List GetIdsFromSObject(string sobjectName, string filter)
+ public List GetIdsFromSObject(string sobjectName, string filter, string limit)
{
LoginIfRequired();
-
- string soql = BuildQuery(sobjectName, new string[] {"Id"}.ToList(), filter);
+
+ string soql = BuildQuery(sobjectName, new string[] { "Id" }.ToList(), filter, limit);
List allResults = FetchQueryDataIdOnly(soql);
@@ -219,22 +225,21 @@ private List FetchQueryDataIdOnly(string soql)
}
return allResults;
}
-
public string InsertSObject(string sobjectName, sObject obj)
{
LoginIfRequired();
- sObject[] objArray = new sObject[]{ obj};
+ sObject[] objArray = new sObject[] { obj };
var saveResults = _binding.create(objArray);
CheckSaveResults(saveResults, string.Format("Creation of {0}", sobjectName), true);
-
+
if (saveResults.Length != 1)
throw new ApplicationException(string.Format("Expected one saveresult back for creation of {0} but got {1}",
sobjectName, saveResults.Length));
var rowResult = saveResults[0];
-
+
return rowResult.id;
}
@@ -261,7 +266,6 @@ public InsertSObjectsResult[] InsertSObjects(string sobjectName, sObject[] objAr
return res;
}
-
public UpdateSObjectsResult[] UpdateSObjects(string sobjectName, sObject[] objArray)
{
@@ -284,20 +288,16 @@ public UpdateSObjectsResult[] UpdateSObjects(string sobjectName, sObject[] objAr
return res;
}
-
-
public class InsertSObjectsResult
{
public string NewId { get; set; }
public string ErrorMessage { get; set; }
}
-
public class UpdateSObjectsResult
{
public bool Success { get; set; }
public string ErrorMessage { get; set; }
}
-
public void DeleteSObjects(string sobjectName, string[] idarray)
{
LoginIfRequired();
@@ -327,35 +327,28 @@ public void DeleteSObjects(string sobjectName, string[] idarray)
}
logger.DebugFormat("deletion of {0} - {1} success {2} failed",
sobjectName, successCount, errorCount);
- if (errorCount>0)
+ if (errorCount > 0)
throw new ApplicationException(string.Format("deletion of {0} - {1} failed {2}",
sobjectName, errorCount, string.Join(", ", errorMessages)));
-
}
-
-
-
public List GetInactiveUsers()
{
LoginIfRequired();
string soql = "Select id from user where isActive=False";
return FetchQueryDataIdOnly(soql);
}
-
public List GetAllUsers()
{
LoginIfRequired();
string soql = "Select id from user";
return FetchQueryDataIdOnly(soql);
}
-
public string GetCurrentUserId()
{
LoginIfRequired();
return _binding.getUserInfo().userId;
}
-
public bool CheckSaveResults(SaveResult[] saveResults, string contextForLog, bool throwError)
{
bool allOK = true;
@@ -377,7 +370,6 @@ public bool CheckSaveResults(SaveResult[] saveResults, string contextForLog, boo
throw new ApplicationException(string.Join(", ", errorSummaries));
return allOK;
}
-
private string GetSaveResultErrorText(SaveResult saveResult)
{
StringBuilder sb = new StringBuilder();
@@ -391,7 +383,5 @@ private string GetSaveResultErrorText(SaveResult saveResult)
}
return sb.ToString();
}
-
-
}
-}
+}
\ No newline at end of file
diff --git a/SandboxberryLib/SalesforceWsdl/partner.wsdl b/SandboxberryLib/SalesforceWsdl/partner.wsdl
index 49b3583..f6bd4e1 100644
--- a/SandboxberryLib/SalesforceWsdl/partner.wsdl
+++ b/SandboxberryLib/SalesforceWsdl/partner.wsdl
@@ -1,9 +1,9 @@
@@ -45,6 +45,8 @@ All Rights Reserved
+
+
@@ -53,6 +55,7 @@ All Rights Reserved
+
@@ -94,17 +97,35 @@ All Rights Reserved
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -112,6 +133,137 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -120,12 +272,23 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -135,7 +298,7 @@ All Rights Reserved
-
+
@@ -165,6 +328,9 @@ All Rights Reserved
+
+
+
@@ -174,9 +340,12 @@ All Rights Reserved
+
+
+
@@ -215,10 +384,19 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
@@ -243,10 +421,30 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -254,8 +452,19 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
@@ -270,35 +479,89 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -306,13 +569,19 @@ All Rights Reserved
+
+
+
+
+
+
@@ -321,9 +590,13 @@ All Rights Reserved
+
+
+
+
@@ -332,28 +605,45 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -368,51 +658,137 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -420,31 +796,1577 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, cause
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, triggerType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionObjectType, flowObjectType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, cause
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parentScreenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClass
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, assignmentName, elementType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldValue, dataType, incompatibleDataType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, acceptedDataType, dataType, fieldValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, leftElementName, leftElementType, rightElementName, rightElementType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, leftElementName, rightElementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, dataType, incompatibleDataType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, operatorName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, operatorName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, dataType, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, operatorName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceLookupName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, questionName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName, parentScreenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName, parentScreenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, screenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementReference, operatorName, ruleName, screenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, characterLimit
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, operatorName, ruleName, screenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, ruleName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, operatorName, ruleName, screenFieldName, elementReferenceOrValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, ruleName, screenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, operatorName, ruleName, screenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, ruleName, screenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, elementReferenceOrValue, operatorName, ruleName, screenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, constantName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, dataType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, dataType, elementType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowDecision
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowDecision
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, coordinateLimit, coordinateName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, conflictingField, conflictingFieldValue, reference
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, characterLimit, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, characterLimit
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementType, subflowName, triggerType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementSubtype
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, elementSubtype
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldReference
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowType
+
+
+ Errors with this extended error code have the following properties:
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, assignmentName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, dataType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldRelationshipName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType, errorCode, invalidTokens
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType, errorIdentifier, errorParams
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType, maxLength
+
+
+ Errors with this extended error code have the following properties: componentName
+
+
+ Errors with this extended error code have the following properties: componentName
+
+
+ Errors with this extended error code have the following properties: eventName, sourceName, targetName
+
+
+ Errors with this extended error code have the following properties: eventName, sourceName, targetName
+
+
+ Errors with this extended error code have the following properties: eventName, sourceName, targetName
+
+
+ Errors with this extended error code have the following properties: eventName, sourceName, targetName
+
+
+ Errors with this extended error code have the following properties: eventName, sourceName
+
+
+ Errors with this extended error code have the following properties: componentCount, maxComponentLimit
+
+
+ Errors with this extended error code have the following properties: componentName, criterionIndex
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType
+
+
+ Errors with this extended error code have the following properties: eventName, propertyName, propertyType, sourceName, targetName, errorIdentifier, errorParams
+
+
+ Errors with this extended error code have the following properties: regionName
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType
+
+
+ Errors with this extended error code have the following properties: eventName, propertyName, propertyType, sourceName, targetName
+
+
+ Errors with this extended error code have the following properties: instanceName, pageType, templateName
+
+
+ Errors with this extended error code have the following properties: maxInteractionLimit
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType, invalidValue
+
+
+ Errors with this extended error code have the following properties: componentName, externalAppVersion, priorComponentName
+
+
+ Errors with this extended error code have the following properties: newTemplate, oldTemplate
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName, existingOverrideName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName, triggerType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, maxDevNameLength
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, overrideFlowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, ruleName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementType, pathName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, flowStartFrequency, flowTriggerType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, variableName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, stageName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, stageName, stageOrder, stageWithSameOrder
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, stageName, invalidStageOrder, maxOrder, minOrder
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, systemVariable, triggerType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowTriggerType, recordTriggerType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, formulaExpression
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, formulaExpression
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, systemVariable
+
+
+ Errors with this extended error code have the following properties: currentRequestHttpMethod, supportedHttpMethods
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldRelationshipName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: input, limit
+
+
+ Errors with this extended error code have the following properties: input, limit
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, orgWideEmailAddress
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties: currentLowerBound, currentUpperBound, nextLowerBound, nextUpperBound
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, metadataValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, fieldType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, attributeSet, elementType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, elementType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, fieldType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, currentProcessType, flowName, incompatibleProcessType
+
+
+ Errors with this extended error code have the following properties: errorArguments, errorCode
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType, operatorName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, assignmentName, elementName, elementType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, operatorName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, operatorName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType, operatorName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, mergeFieldReference
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties:
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, ruleName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, dataType, fieldType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectFieldReference
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, attributeName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, attributeName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, acceptedValues, actionValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, attributeName, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, fieldValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, characterLimit
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, requiredField
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, otherFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, otherFieldName, value
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, fieldValue, otherFieldName, otherFieldValue
+
+
+ Errors with this extended error code have the following properties: slackErrorCode
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, fieldValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType, sobjectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, sortOrder
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, maxLimit
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, fieldType, requiedField
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputParameterNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputParameterNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputParameterNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, inputVariableName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, inputVariableName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parentFlowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, outputAssignment
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, outputVariableName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, outputAssignment
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, outputAssignmentName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, variableName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, variableName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, subflowElementName, subflowName, subflowProcessType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowName, processType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowDecision
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName, triggerType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementType, triggerType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, triggerType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: field, message, parentResourceName, resourceName, resourceType, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, characterLimit
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, datatype
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, datatype
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, datatype, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apiVersion
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, screenFieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, inputParameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, outputParameter
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, inputParameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, parameterName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectVariableName, oldObjectVariableName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType, objectVariableName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType, oldObjectVariableName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+
+
+
+
@@ -468,6 +2390,15 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
@@ -486,12 +2417,14 @@ All Rights Reserved
+
+
@@ -502,6 +2435,7 @@ All Rights Reserved
+
@@ -559,33 +2493,48 @@ All Rights Reserved
-
-
-
+
+
+
+
-
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
@@ -599,6 +2548,13 @@ All Rights Reserved
+
+
+
+
+
+
+
@@ -642,7 +2598,16 @@ All Rights Reserved
-
+
+
+
+
+
+
+
+
+
+
@@ -653,13 +2618,21 @@ All Rights Reserved
+
+
+
+
+
+
+
+
@@ -671,68 +2644,96 @@ All Rights Reserved
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -742,6 +2743,8 @@ All Rights Reserved
+
+
@@ -764,6 +2767,55 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -790,6 +2842,13 @@ All Rights Reserved
+
+
+
+
+
+
+
@@ -800,13 +2859,45 @@ All Rights Reserved
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -821,28 +2912,36 @@ All Rights Reserved
+
+
+
+
+
+
+
+
@@ -856,6 +2955,7 @@ All Rights Reserved
+
@@ -865,6 +2965,7 @@ All Rights Reserved
+
@@ -920,6 +3021,24 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -931,46 +3050,223 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
-
@@ -1009,7 +3305,7 @@ All Rights Reserved
-
+
@@ -1017,7 +3313,7 @@ All Rights Reserved
-
+
@@ -1042,7 +3338,7 @@ All Rights Reserved
-
+
@@ -1055,9 +3351,9 @@ All Rights Reserved
-
+
-
+
@@ -1084,6 +3380,60 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1095,7 +3445,7 @@ All Rights Reserved
-
+
@@ -1103,7 +3453,7 @@ All Rights Reserved
-
+
@@ -1115,6 +3465,9 @@ All Rights Reserved
+
+
+
@@ -1127,6 +3480,9 @@ All Rights Reserved
+
+
+
@@ -1151,6 +3507,41 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1160,11 +3551,14 @@ All Rights Reserved
+
-
+
+
+
-
+
@@ -1172,12 +3566,12 @@ All Rights Reserved
-
+
-
+
@@ -1278,8 +3672,11 @@ All Rights Reserved
+
+
+
@@ -1287,12 +3684,29 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1304,6 +3718,42 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1320,6 +3770,24 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1347,8 +3815,17 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
@@ -1356,9 +3833,18 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
@@ -1375,7 +3861,7 @@ All Rights Reserved
-
+
@@ -1390,7 +3876,7 @@ All Rights Reserved
-
+
@@ -1404,10 +3890,12 @@ All Rights Reserved
+
+
@@ -1425,6 +3913,9 @@ All Rights Reserved
+
+
+
@@ -1438,9 +3929,26 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -1471,15 +3979,22 @@ All Rights Reserved
-
-
+
+
+
+
+
+
+
+
+
@@ -1502,6 +4017,9 @@ All Rights Reserved
+
+
+
@@ -1520,24 +4038,27 @@ All Rights Reserved
-
+
-
+
+
+
+
-
-
+
+
-
+
-
+
@@ -1545,7 +4066,7 @@ All Rights Reserved
-
+
@@ -1554,26 +4075,26 @@ All Rights Reserved
-
+
-
+
-
+
-
+
@@ -1612,32 +4133,35 @@ All Rights Reserved
+
+
+
-
+
-
+
-
+
-
+
-
+
@@ -1647,18 +4171,18 @@ All Rights Reserved
-
+
-
+
-
+
@@ -1705,27 +4229,39 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -1750,15 +4286,15 @@ All Rights Reserved
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -1795,6 +4331,9 @@ All Rights Reserved
+
+
+
@@ -1889,42 +4428,43 @@ All Rights Reserved
-
-
+
-
+
-
+
-
-
-
-
+
+
-
-
-
+
-
+
-
+
+
+
+
+
+
+
@@ -1938,6 +4478,8 @@ All Rights Reserved
+
+
@@ -1960,6 +4502,9 @@ All Rights Reserved
+
+
+
@@ -2002,6 +4547,24 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2063,6 +4626,34 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2073,22 +4664,41 @@ All Rights Reserved
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
+
-
+
-
+
@@ -2122,6 +4732,24 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2156,6 +4784,84 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2238,6 +4944,24 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2254,6 +4978,9 @@ All Rights Reserved
+
+
+
@@ -2303,6 +5030,22 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2335,6 +5078,23 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2351,6 +5111,23 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2370,6 +5147,8 @@ All Rights Reserved
+
+
@@ -2548,6 +5327,22 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2578,6 +5373,8 @@ All Rights Reserved
+
+
@@ -2600,12 +5397,15 @@ All Rights Reserved
-
-
+
+
+
+
+
@@ -2623,15 +5423,61 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2663,37 +5509,53 @@ All Rights Reserved
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
@@ -2761,81 +5623,167 @@ All Rights Reserved
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2844,6 +5792,7 @@ All Rights Reserved
+
@@ -2851,13 +5800,16 @@ All Rights Reserved
+
+
+
@@ -2871,6 +5823,8 @@ All Rights Reserved
+
+
@@ -2881,23 +5835,39 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2905,78 +5875,146 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2985,6 +6023,7 @@ All Rights Reserved
+
@@ -2992,13 +6031,16 @@ All Rights Reserved
+
+
+
@@ -3012,6 +6054,8 @@ All Rights Reserved
+
+
@@ -3022,23 +6066,39 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3046,18 +6106,32 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3069,6 +6143,9 @@ All Rights Reserved
+
+
+
@@ -3106,6 +6183,13 @@ All Rights Reserved
+
+
+
+
+
+
+
@@ -3157,6 +6241,7 @@ All Rights Reserved
+
@@ -3167,11 +6252,14 @@ All Rights Reserved
-
+
-
+
+
+
+
@@ -3179,6 +6267,8 @@ All Rights Reserved
+
+
@@ -3187,6 +6277,7 @@ All Rights Reserved
+
@@ -3204,6 +6295,9 @@ All Rights Reserved
+
+
+
@@ -3267,6 +6361,13 @@ All Rights Reserved
+
+
+
+
+
+
+
@@ -3274,13 +6375,6 @@ All Rights Reserved
-
-
-
-
-
-
-
@@ -3323,6 +6417,13 @@ All Rights Reserved
+
+
+
+
+
+
+
@@ -3337,6 +6438,13 @@ All Rights Reserved
+
+
+
+
+
+
+
@@ -3358,6 +6466,13 @@ All Rights Reserved
+
+
+
+
+
+
+
@@ -3519,6 +6634,13 @@ All Rights Reserved
+
+
+
+
+
+
+
@@ -3533,6 +6655,13 @@ All Rights Reserved
+
+
+
+
+
+
+
@@ -3547,6 +6676,20 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3561,6 +6704,13 @@ All Rights Reserved
+
+
+
+
+
+
+
@@ -3571,8 +6721,43 @@ All Rights Reserved
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3597,7 +6782,7 @@ All Rights Reserved
- Describe a number sObjects
+ Describe multiple sObjects (upto 100)
@@ -3627,6 +6812,13 @@ All Rights Reserved
+
+ Describe your Data Category Mappings.
+
+
+
+
+
Describes your Knowledge settings, such as if knowledgeEnabled is on or off, its default language and supported languages
@@ -3634,14 +6826,6 @@ All Rights Reserved
-
- Describe a list of FlexiPage and their contents
-
-
-
-
-
-
Describe the items in an AppMenu
@@ -3687,6 +6871,12 @@ All Rights Reserved
+
+ Describe a list of entity names that reflects the current user's searchable entities
+
+
+
+
Describe a list of objects representing the order and scope of objects on a users search result page
@@ -3699,6 +6889,12 @@ All Rights Reserved
+
+ Describe the Path Assistants for the given sObject and optionally RecordTypes
+
+
+
+
Describe the approval layouts of the given sObject
@@ -3719,6 +6915,14 @@ All Rights Reserved
+
+ Describe the ListViews of a SObject as SOQL metadata for the generation of SOQL.
+
+
+
+
+
+
Describe the tabs that appear on a users page
@@ -3916,6 +7120,15 @@ All Rights Reserved
+
+ Change the current user's password
+
+
+
+
+
+
+
Reset a user's password
@@ -3931,6 +7144,13 @@ All Rights Reserved
+
+ Delete a set of SObjects by example. The passed SObject is a template for the object to delete
+
+
+
+
+
Send existing draft EmailMessage
@@ -3945,6 +7165,20 @@ All Rights Reserved
+
+ Perform a template merge on one or more blocks of text.
+
+
+
+
+
+
+ Perform a template merge using an email template stored in the database.
+
+
+
+
+
Perform a series of predefined actions such as quick create or log a task
@@ -3957,6 +7191,12 @@ All Rights Reserved
+
+ Describe the details of a series of quick actions in context of requested recordType id for Update actions
+
+
+
+
Describe the details of a series of quick actions available for the given contextType
@@ -3964,11 +7204,46 @@ All Rights Reserved
- Retreive the template sobjects, if appropriate, for the given quick action names in a given context
+ Retrieve the template sobjects, if appropriate, for the given quick action names in a given context
+
+ Retrieve the template sobjects, if appropriate, for the given quick action names in a given contexts when used a mass quick action
+
+
+
+
+
+ Describe visualforce for an org
+
+
+
+
+
+ Find duplicates for a set of sObjects
+
+
+
+
+
+
+
+
+ Find duplicates for a set of ids
+
+
+
+
+
+
+
+ Return the renameable nouns from the server for use in presentation using the salesforce grammar engine
+
+
+
+
@@ -4090,7 +7365,7 @@ All Rights Reserved
-
+
@@ -4107,12 +7382,13 @@ All Rights Reserved
-
+
+
@@ -4231,6 +7504,19 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
@@ -4257,6 +7543,19 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
@@ -4302,6 +7601,25 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4358,6 +7676,7 @@ All Rights Reserved
+
@@ -4393,6 +7712,7 @@ All Rights Reserved
+
@@ -4429,6 +7749,7 @@ All Rights Reserved
+
@@ -4464,6 +7785,7 @@ All Rights Reserved
+
@@ -4500,6 +7822,7 @@ All Rights Reserved
+
@@ -4522,6 +7845,7 @@ All Rights Reserved
+
@@ -4589,6 +7913,7 @@ All Rights Reserved
+
@@ -4614,6 +7939,7 @@ All Rights Reserved
+
@@ -4844,6 +8170,27 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4878,6 +8225,32 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4908,6 +8281,36 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4919,6 +8322,7 @@ All Rights Reserved
+
@@ -4945,6 +8349,20 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
@@ -4973,6 +8391,90 @@ All Rights Reserved
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4980,7 +8482,8 @@ All Rights Reserved
Sforce SOAP API
-
+
+
diff --git a/SandboxberryLib/SandboxberryLib.csproj b/SandboxberryLib/SandboxberryLib.csproj
index 232bf67..7fdde1d 100644
--- a/SandboxberryLib/SandboxberryLib.csproj
+++ b/SandboxberryLib/SandboxberryLib.csproj
@@ -1,5 +1,5 @@
-
+
Debug
@@ -9,8 +9,9 @@
Properties
SandboxberryLib
SandboxberryLib
- v4.5
+ v4.8
512
+
true
@@ -30,13 +31,14 @@
4
-
- ..\packages\log4net.2.0.3\lib\net40-full\log4net.dll
+
+ ..\packages\log4net.3.1.0\lib\net462\log4net.dll
+
@@ -58,6 +60,7 @@
Settings.settings
+
@@ -75,19 +78,6 @@
-
-
- Dynamic
- Web References\SalesforcePartnerApi\
- D:\Codeulike\Code\SandboxberrySol\SandboxberryLib\SalesforceWsdl\partner.wsdl
-
-
-
-
- Settings
- SandboxberryLib_SalesforcePartnerApi_SforceService
-
-
@@ -98,6 +88,12 @@
Designer
+
+ Reference.map
+
+
+ Reference.map
+
Reference.map
@@ -122,7 +118,7 @@
Reference.map
-
+
Reference.map
@@ -134,9 +130,18 @@
Reference.map
+
+ Reference.map
+
+
+ Reference.map
+
Reference.map
+
+ Reference.map
+
Reference.map
@@ -161,12 +166,18 @@
Reference.map
+
+ Reference.map
+
Reference.map
Reference.map
+
+ Reference.map
+
Reference.map
@@ -194,7 +205,6 @@
Reference.map
-
Reference.map
@@ -211,6 +221,12 @@
MSDiscoCodeGenerator
Reference.cs
+
+ Reference.map
+
+
+ Reference.map
+
Reference.map
@@ -235,8 +251,21 @@
Reference.map
+
+
+
+
+ Dynamic
+ Web References\SalesforcePartnerApi\
+ https://ampion123--staging.my.salesforce.com/soap/wsdl.jsp
+
+
+
+
+ Settings
+ SandboxberryLib_SalesforcePartnerApi_SforceService
+
-
+
+ SandboxberryLib.SalesforcePartnerApi.ChangeOwnPasswordResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DeleteByExampleResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DeleteByExampleResult.datasource
new file mode 100644
index 0000000..797a371
--- /dev/null
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DeleteByExampleResult.datasource
@@ -0,0 +1,10 @@
+
+
+
+ SandboxberryLib.SalesforcePartnerApi.DeleteByExampleResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DeleteResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DeleteResult.datasource
index bc4ac76..9b87fa2 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DeleteResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DeleteResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DeleteResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DeleteResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeAppMenuItem.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeAppMenuItem.datasource
index 6422a4d..731ee58 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeAppMenuItem.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeAppMenuItem.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeAppMenuItem, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeAppMenuItem, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeApprovalLayout.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeApprovalLayout.datasource
index 1ea42da..04c51d7 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeApprovalLayout.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeApprovalLayout.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeApprovalLayout, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeApprovalLayout, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeAvailableQuickActionResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeAvailableQuickActionResult.datasource
index 7ca218b..62c0d6e 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeAvailableQuickActionResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeAvailableQuickActionResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeAvailableQuickActionResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeAvailableQuickActionResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeCompactLayout.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeCompactLayout.datasource
index f100a42..68a1338 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeCompactLayout.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeCompactLayout.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeCompactLayout, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeCompactLayout, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeCompactLayoutsResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeCompactLayoutsResult.datasource
index 5ed7094..3100870 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeCompactLayoutsResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeCompactLayoutsResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeCompactLayoutsResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeCompactLayoutsResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeDataCategoryGroupResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeDataCategoryGroupResult.datasource
index 9b428e4..f867014 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeDataCategoryGroupResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeDataCategoryGroupResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeDataCategoryGroupResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeDataCategoryGroupResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeDataCategoryGroupStructureResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeDataCategoryGroupStructureResult.datasource
index 7477b05..a8b2f60 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeDataCategoryGroupStructureResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeDataCategoryGroupStructureResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeDataCategoryGroupStructureResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeDataCategoryGroupStructureResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeDataCategoryMappingResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeDataCategoryMappingResult.datasource
new file mode 100644
index 0000000..8d333db
--- /dev/null
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeDataCategoryMappingResult.datasource
@@ -0,0 +1,10 @@
+
+
+
+ SandboxberryLib.SalesforcePartnerApi.DescribeDataCategoryMappingResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeGlobalResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeGlobalResult.datasource
index a87290c..52df4f5 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeGlobalResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeGlobalResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeGlobalResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeGlobalResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeGlobalTheme.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeGlobalTheme.datasource
index e6631ca..987fc73 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeGlobalTheme.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeGlobalTheme.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeGlobalTheme, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeGlobalTheme, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeLayoutResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeLayoutResult.datasource
index 0670b12..6a7c9fb 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeLayoutResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeLayoutResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeLayoutResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeLayoutResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeNounResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeNounResult.datasource
new file mode 100644
index 0000000..a872b7d
--- /dev/null
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeNounResult.datasource
@@ -0,0 +1,10 @@
+
+
+
+ SandboxberryLib.SalesforcePartnerApi.DescribeNounResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribePathAssistant.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribePathAssistant.datasource
new file mode 100644
index 0000000..6766e5f
--- /dev/null
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribePathAssistant.datasource
@@ -0,0 +1,10 @@
+
+
+
+ SandboxberryLib.SalesforcePartnerApi.DescribePathAssistant, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeQuickActionResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeQuickActionResult.datasource
index 3028817..02ade65 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeQuickActionResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeQuickActionResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeQuickActionResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeQuickActionResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSObjectResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSObjectResult.datasource
index 4a4a444..05f9e0b 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSObjectResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSObjectResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeSObjectResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeSObjectResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSearchLayoutResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSearchLayoutResult.datasource
index ebb02a9..72b62ae 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSearchLayoutResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSearchLayoutResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeSearchLayoutResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeSearchLayoutResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSearchScopeOrderResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSearchScopeOrderResult.datasource
index 2f28a07..c034003 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSearchScopeOrderResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSearchScopeOrderResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeSearchScopeOrderResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeSearchScopeOrderResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSearchableEntityResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSearchableEntityResult.datasource
new file mode 100644
index 0000000..7f64aa3
--- /dev/null
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSearchableEntityResult.datasource
@@ -0,0 +1,10 @@
+
+
+
+ SandboxberryLib.SalesforcePartnerApi.DescribeSearchableEntityResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSoftphoneLayoutResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSoftphoneLayoutResult.datasource
index 4a6ac91..077782b 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSoftphoneLayoutResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSoftphoneLayoutResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeSoftphoneLayoutResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeSoftphoneLayoutResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSoqlListView.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSoqlListView.datasource
index eb55658..5e040ae 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSoqlListView.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeSoqlListView.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeSoqlListView, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeSoqlListView, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeTab.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeTab.datasource
index 39c0b26..557f039 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeTab.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeTab.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeTab, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeTab, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeTabSetResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeTabSetResult.datasource
index 221dd4b..5b04057 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeTabSetResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeTabSetResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeTabSetResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeTabSetResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeThemeItem.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeThemeItem.datasource
index 7a51659..c539759 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeThemeItem.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeThemeItem.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.DescribeThemeItem, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.DescribeThemeItem, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeVisualForceResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeVisualForceResult.datasource
new file mode 100644
index 0000000..2ed977a
--- /dev/null
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/DescribeVisualForceResult.datasource
@@ -0,0 +1,10 @@
+
+
+
+ SandboxberryLib.SalesforcePartnerApi.DescribeVisualForceResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/EmptyRecycleBinResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/EmptyRecycleBinResult.datasource
index c2d799b..3397e41 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/EmptyRecycleBinResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/EmptyRecycleBinResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.EmptyRecycleBinResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.EmptyRecycleBinResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/ExecuteListViewResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/ExecuteListViewResult.datasource
index b742dae..4c6af9e 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/ExecuteListViewResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/ExecuteListViewResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.ExecuteListViewResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.ExecuteListViewResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/FindDuplicatesResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/FindDuplicatesResult.datasource
new file mode 100644
index 0000000..9617b5b
--- /dev/null
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/FindDuplicatesResult.datasource
@@ -0,0 +1,10 @@
+
+
+
+ SandboxberryLib.SalesforcePartnerApi.FindDuplicatesResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/GetDeletedResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/GetDeletedResult.datasource
index 1968ed0..7b87d7c 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/GetDeletedResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/GetDeletedResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.GetDeletedResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.GetDeletedResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/GetServerTimestampResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/GetServerTimestampResult.datasource
index 67d62e8..3134e78 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/GetServerTimestampResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/GetServerTimestampResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.GetServerTimestampResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.GetServerTimestampResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/GetUpdatedResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/GetUpdatedResult.datasource
index ee926aa..70d02e2 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/GetUpdatedResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/GetUpdatedResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.GetUpdatedResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.GetUpdatedResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/GetUserInfoResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/GetUserInfoResult.datasource
index 1e1763b..2d679e9 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/GetUserInfoResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/GetUserInfoResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.GetUserInfoResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.GetUserInfoResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/InvalidateSessionsResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/InvalidateSessionsResult.datasource
index 7b5823a..deeab73 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/InvalidateSessionsResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/InvalidateSessionsResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.InvalidateSessionsResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.InvalidateSessionsResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/KnowledgeSettings.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/KnowledgeSettings.datasource
index 2195ba5..a00596b 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/KnowledgeSettings.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/KnowledgeSettings.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.KnowledgeSettings, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.KnowledgeSettings, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/LeadConvertResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/LeadConvertResult.datasource
index 556a278..2ab639e 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/LeadConvertResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/LeadConvertResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.LeadConvertResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.LeadConvertResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/LoginResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/LoginResult.datasource
index 555d07d..3df8d97 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/LoginResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/LoginResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.LoginResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.LoginResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/MergeResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/MergeResult.datasource
index 417bd85..ee3c3b9 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/MergeResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/MergeResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.MergeResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.MergeResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/PerformQuickActionResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/PerformQuickActionResult.datasource
index 51953cf..0c2d606 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/PerformQuickActionResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/PerformQuickActionResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.PerformQuickActionResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.PerformQuickActionResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/ProcessResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/ProcessResult.datasource
index 4454a98..4514514 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/ProcessResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/ProcessResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.ProcessResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.ProcessResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/QueryResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/QueryResult.datasource
index 85d3683..aa458ad 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/QueryResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/QueryResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.QueryResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.QueryResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/QuickActionTemplateResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/QuickActionTemplateResult.datasource
index 4c45233..31117e7 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/QuickActionTemplateResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/QuickActionTemplateResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.QuickActionTemplateResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.QuickActionTemplateResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/Reference.cs b/SandboxberryLib/Web References/SalesforcePartnerApi/Reference.cs
index 875a270..2087d66 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/Reference.cs
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/Reference.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.34014
+// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -9,24 +9,30 @@
//------------------------------------------------------------------------------
//
-// This source code was auto-generated by Microsoft.VSDesigner, Version 4.0.30319.34014.
+// This source code was auto-generated by Microsoft.VSDesigner, Version 4.0.30319.42000.
//
#pragma warning disable 1591
namespace SandboxberryLib.SalesforcePartnerApi {
- using System;
- using System.Web.Services;
using System.Diagnostics;
- using System.Web.Services.Protocols;
+ using System;
using System.Xml.Serialization;
using System.ComponentModel;
+ using System.Web.Services.Protocols;
+ using System.Web.Services;
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="SoapBinding", Namespace="urn:partner.soap.sforce.com")]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(ApiFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(ChangeEventHeader))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(NameObjectValuePair))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchLayoutFieldsDisplayed))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(SearchLayoutButtonsDisplayed))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(location))]
public partial class SforceService : System.Web.Services.Protocols.SoapHttpClientProtocol {
private LoginScopeHeader loginScopeHeaderValueField;
@@ -53,9 +59,9 @@ public partial class SforceService : System.Web.Services.Protocols.SoapHttpClien
private System.Threading.SendOrPostCallback describeDataCategoryGroupStructuresOperationCompleted;
- private System.Threading.SendOrPostCallback describeKnowledgeSettingsOperationCompleted;
+ private System.Threading.SendOrPostCallback describeDataCategoryMappingsOperationCompleted;
- private System.Threading.SendOrPostCallback describeFlexiPagesOperationCompleted;
+ private System.Threading.SendOrPostCallback describeKnowledgeSettingsOperationCompleted;
private System.Threading.SendOrPostCallback describeAppMenuOperationCompleted;
@@ -69,10 +75,14 @@ public partial class SforceService : System.Web.Services.Protocols.SoapHttpClien
private System.Threading.SendOrPostCallback describeSearchLayoutsOperationCompleted;
+ private System.Threading.SendOrPostCallback describeSearchableEntitiesOperationCompleted;
+
private System.Threading.SendOrPostCallback describeSearchScopeOrderOperationCompleted;
private System.Threading.SendOrPostCallback describeCompactLayoutsOperationCompleted;
+ private System.Threading.SendOrPostCallback describePathAssistantsOperationCompleted;
+
private System.Threading.SendOrPostCallback describeApprovalLayoutOperationCompleted;
private System.Threading.SendOrPostCallback describeSoqlListViewsOperationCompleted;
@@ -81,6 +91,8 @@ public partial class SforceService : System.Web.Services.Protocols.SoapHttpClien
private System.Threading.SendOrPostCallback executeListViewOperationCompleted;
+ private System.Threading.SendOrPostCallback describeSObjectListViewsOperationCompleted;
+
private System.Threading.SendOrPostCallback describeTabsOperationCompleted;
private System.Threading.SendOrPostCallback describeAllTabsOperationCompleted;
@@ -97,6 +109,8 @@ public partial class SforceService : System.Web.Services.Protocols.SoapHttpClien
private AllOrNoneHeader allOrNoneHeaderValueField;
+ private DuplicateRuleHeader duplicateRuleHeaderValueField;
+
private DebuggingHeader debuggingHeaderValueField;
private EmailHeader emailHeaderValueField;
@@ -149,22 +163,42 @@ public partial class SforceService : System.Web.Services.Protocols.SoapHttpClien
private System.Threading.SendOrPostCallback setPasswordOperationCompleted;
+ private System.Threading.SendOrPostCallback changeOwnPasswordOperationCompleted;
+
private System.Threading.SendOrPostCallback resetPasswordOperationCompleted;
private System.Threading.SendOrPostCallback getUserInfoOperationCompleted;
+ private System.Threading.SendOrPostCallback deleteByExampleOperationCompleted;
+
private System.Threading.SendOrPostCallback sendEmailMessageOperationCompleted;
private System.Threading.SendOrPostCallback sendEmailOperationCompleted;
+ private System.Threading.SendOrPostCallback renderEmailTemplateOperationCompleted;
+
+ private System.Threading.SendOrPostCallback renderStoredEmailTemplateOperationCompleted;
+
private System.Threading.SendOrPostCallback performQuickActionsOperationCompleted;
private System.Threading.SendOrPostCallback describeQuickActionsOperationCompleted;
+ private System.Threading.SendOrPostCallback describeQuickActionsForRecordTypeOperationCompleted;
+
private System.Threading.SendOrPostCallback describeAvailableQuickActionsOperationCompleted;
private System.Threading.SendOrPostCallback retrieveQuickActionTemplatesOperationCompleted;
+ private System.Threading.SendOrPostCallback retrieveMassQuickActionTemplatesOperationCompleted;
+
+ private System.Threading.SendOrPostCallback describeVisualForceOperationCompleted;
+
+ private System.Threading.SendOrPostCallback findDuplicatesOperationCompleted;
+
+ private System.Threading.SendOrPostCallback findDuplicatesByIdsOperationCompleted;
+
+ private System.Threading.SendOrPostCallback describeNounsOperationCompleted;
+
private bool useDefaultCredentialsSetExplicitly;
///
@@ -287,6 +321,15 @@ public AllOrNoneHeader AllOrNoneHeaderValue {
}
}
+ public DuplicateRuleHeader DuplicateRuleHeaderValue {
+ get {
+ return this.duplicateRuleHeaderValueField;
+ }
+ set {
+ this.duplicateRuleHeaderValueField = value;
+ }
+ }
+
public DebuggingHeader DebuggingHeaderValue {
get {
return this.debuggingHeaderValueField;
@@ -384,10 +427,10 @@ public QueryOptions QueryOptionsValue {
public event describeDataCategoryGroupStructuresCompletedEventHandler describeDataCategoryGroupStructuresCompleted;
///
- public event describeKnowledgeSettingsCompletedEventHandler describeKnowledgeSettingsCompleted;
+ public event describeDataCategoryMappingsCompletedEventHandler describeDataCategoryMappingsCompleted;
///
- public event describeFlexiPagesCompletedEventHandler describeFlexiPagesCompleted;
+ public event describeKnowledgeSettingsCompletedEventHandler describeKnowledgeSettingsCompleted;
///
public event describeAppMenuCompletedEventHandler describeAppMenuCompleted;
@@ -407,12 +450,18 @@ public QueryOptions QueryOptionsValue {
///
public event describeSearchLayoutsCompletedEventHandler describeSearchLayoutsCompleted;
+ ///
+ public event describeSearchableEntitiesCompletedEventHandler describeSearchableEntitiesCompleted;
+
///
public event describeSearchScopeOrderCompletedEventHandler describeSearchScopeOrderCompleted;
///
public event describeCompactLayoutsCompletedEventHandler describeCompactLayoutsCompleted;
+ ///
+ public event describePathAssistantsCompletedEventHandler describePathAssistantsCompleted;
+
///
public event describeApprovalLayoutCompletedEventHandler describeApprovalLayoutCompleted;
@@ -422,6 +471,9 @@ public QueryOptions QueryOptionsValue {
///
public event executeListViewCompletedEventHandler executeListViewCompleted;
+ ///
+ public event describeSObjectListViewsCompletedEventHandler describeSObjectListViewsCompleted;
+
///
public event describeTabsCompletedEventHandler describeTabsCompleted;
@@ -491,24 +543,39 @@ public QueryOptions QueryOptionsValue {
///
public event setPasswordCompletedEventHandler setPasswordCompleted;
+ ///
+ public event changeOwnPasswordCompletedEventHandler changeOwnPasswordCompleted;
+
///
public event resetPasswordCompletedEventHandler resetPasswordCompleted;
///
public event getUserInfoCompletedEventHandler getUserInfoCompleted;
+ ///
+ public event deleteByExampleCompletedEventHandler deleteByExampleCompleted;
+
///
public event sendEmailMessageCompletedEventHandler sendEmailMessageCompleted;
///
public event sendEmailCompletedEventHandler sendEmailCompleted;
+ ///
+ public event renderEmailTemplateCompletedEventHandler renderEmailTemplateCompleted;
+
+ ///
+ public event renderStoredEmailTemplateCompletedEventHandler renderStoredEmailTemplateCompleted;
+
///
public event performQuickActionsCompletedEventHandler performQuickActionsCompleted;
///
public event describeQuickActionsCompletedEventHandler describeQuickActionsCompleted;
+ ///
+ public event describeQuickActionsForRecordTypeCompletedEventHandler describeQuickActionsForRecordTypeCompleted;
+
///
public event describeAvailableQuickActionsCompletedEventHandler describeAvailableQuickActionsCompleted;
@@ -516,8 +583,23 @@ public QueryOptions QueryOptionsValue {
public event retrieveQuickActionTemplatesCompletedEventHandler retrieveQuickActionTemplatesCompleted;
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("LoginScopeHeaderValue")]
+ public event retrieveMassQuickActionTemplatesCompletedEventHandler retrieveMassQuickActionTemplatesCompleted;
+
+ ///
+ public event describeVisualForceCompletedEventHandler describeVisualForceCompleted;
+
+ ///
+ public event findDuplicatesCompletedEventHandler findDuplicatesCompleted;
+
+ ///
+ public event findDuplicatesByIdsCompletedEventHandler findDuplicatesByIdsCompleted;
+
+ ///
+ public event describeNounsCompletedEventHandler describeNounsCompleted;
+
+ ///
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LoginScopeHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public LoginResult login(string username, string password) {
@@ -550,11 +632,11 @@ private void OnloginOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
public DescribeSObjectResult describeSObject(string sObjectType) {
@@ -585,11 +667,11 @@ private void OndescribeSObjectOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
public DescribeSObjectResult[] describeSObjects([System.Xml.Serialization.XmlElementAttribute("sObjectType")] string[] sObjectType) {
@@ -620,10 +702,10 @@ private void OndescribeSObjectsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public DescribeGlobalResult describeGlobal() {
@@ -652,11 +734,11 @@ private void OndescribeGlobalOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public DescribeDataCategoryGroupResult[] describeDataCategoryGroups([System.Xml.Serialization.XmlElementAttribute("sObjectType")] string[] sObjectType) {
@@ -687,11 +769,11 @@ private void OndescribeDataCategoryGroupsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public DescribeDataCategoryGroupStructureResult[] describeDataCategoryGroupStructures([System.Xml.Serialization.XmlElementAttribute("pairs")] DataCategoryGroupSobjectTypePair[] pairs, bool topCategoriesOnly) {
@@ -724,98 +806,99 @@ private void OndescribeDataCategoryGroupStructuresOperationCompleted(object arg)
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
- public KnowledgeSettings describeKnowledgeSettings() {
- object[] results = this.Invoke("describeKnowledgeSettings", new object[0]);
- return ((KnowledgeSettings)(results[0]));
+ public DescribeDataCategoryMappingResult[] describeDataCategoryMappings() {
+ object[] results = this.Invoke("describeDataCategoryMappings", new object[0]);
+ return ((DescribeDataCategoryMappingResult[])(results[0]));
}
///
- public void describeKnowledgeSettingsAsync() {
- this.describeKnowledgeSettingsAsync(null);
+ public void describeDataCategoryMappingsAsync() {
+ this.describeDataCategoryMappingsAsync(null);
}
///
- public void describeKnowledgeSettingsAsync(object userState) {
- if ((this.describeKnowledgeSettingsOperationCompleted == null)) {
- this.describeKnowledgeSettingsOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeKnowledgeSettingsOperationCompleted);
+ public void describeDataCategoryMappingsAsync(object userState) {
+ if ((this.describeDataCategoryMappingsOperationCompleted == null)) {
+ this.describeDataCategoryMappingsOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeDataCategoryMappingsOperationCompleted);
}
- this.InvokeAsync("describeKnowledgeSettings", new object[0], this.describeKnowledgeSettingsOperationCompleted, userState);
+ this.InvokeAsync("describeDataCategoryMappings", new object[0], this.describeDataCategoryMappingsOperationCompleted, userState);
}
- private void OndescribeKnowledgeSettingsOperationCompleted(object arg) {
- if ((this.describeKnowledgeSettingsCompleted != null)) {
+ private void OndescribeDataCategoryMappingsOperationCompleted(object arg) {
+ if ((this.describeDataCategoryMappingsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.describeKnowledgeSettingsCompleted(this, new describeKnowledgeSettingsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ this.describeDataCategoryMappingsCompleted(this, new describeDataCategoryMappingsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
- public DescribeFlexiPageResult[] describeFlexiPages([System.Xml.Serialization.XmlElementAttribute("flexiPages")] string[] flexiPages) {
- object[] results = this.Invoke("describeFlexiPages", new object[] {
- flexiPages});
- return ((DescribeFlexiPageResult[])(results[0]));
+ public KnowledgeSettings describeKnowledgeSettings() {
+ object[] results = this.Invoke("describeKnowledgeSettings", new object[0]);
+ return ((KnowledgeSettings)(results[0]));
}
///
- public void describeFlexiPagesAsync(string[] flexiPages) {
- this.describeFlexiPagesAsync(flexiPages, null);
+ public void describeKnowledgeSettingsAsync() {
+ this.describeKnowledgeSettingsAsync(null);
}
///
- public void describeFlexiPagesAsync(string[] flexiPages, object userState) {
- if ((this.describeFlexiPagesOperationCompleted == null)) {
- this.describeFlexiPagesOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeFlexiPagesOperationCompleted);
+ public void describeKnowledgeSettingsAsync(object userState) {
+ if ((this.describeKnowledgeSettingsOperationCompleted == null)) {
+ this.describeKnowledgeSettingsOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeKnowledgeSettingsOperationCompleted);
}
- this.InvokeAsync("describeFlexiPages", new object[] {
- flexiPages}, this.describeFlexiPagesOperationCompleted, userState);
+ this.InvokeAsync("describeKnowledgeSettings", new object[0], this.describeKnowledgeSettingsOperationCompleted, userState);
}
- private void OndescribeFlexiPagesOperationCompleted(object arg) {
- if ((this.describeFlexiPagesCompleted != null)) {
+ private void OndescribeKnowledgeSettingsOperationCompleted(object arg) {
+ if ((this.describeKnowledgeSettingsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.describeFlexiPagesCompleted(this, new describeFlexiPagesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ this.describeKnowledgeSettingsCompleted(this, new describeKnowledgeSettingsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlArrayAttribute("result", IsNullable=true)]
[return: System.Xml.Serialization.XmlArrayItemAttribute("appMenuItems", IsNullable=false)]
- public DescribeAppMenuItem[] describeAppMenu(AppMenuType appMenuType) {
+ public DescribeAppMenuItem[] describeAppMenu(AppMenuType appMenuType, [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)] string networkId) {
object[] results = this.Invoke("describeAppMenu", new object[] {
- appMenuType});
+ appMenuType,
+ networkId});
return ((DescribeAppMenuItem[])(results[0]));
}
///
- public void describeAppMenuAsync(AppMenuType appMenuType) {
- this.describeAppMenuAsync(appMenuType, null);
+ public void describeAppMenuAsync(AppMenuType appMenuType, string networkId) {
+ this.describeAppMenuAsync(appMenuType, networkId, null);
}
///
- public void describeAppMenuAsync(AppMenuType appMenuType, object userState) {
+ public void describeAppMenuAsync(AppMenuType appMenuType, string networkId, object userState) {
if ((this.describeAppMenuOperationCompleted == null)) {
this.describeAppMenuOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeAppMenuOperationCompleted);
}
this.InvokeAsync("describeAppMenu", new object[] {
- appMenuType}, this.describeAppMenuOperationCompleted, userState);
+ appMenuType,
+ networkId}, this.describeAppMenuOperationCompleted, userState);
}
private void OndescribeAppMenuOperationCompleted(object arg) {
@@ -826,10 +909,10 @@ private void OndescribeAppMenuOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public DescribeGlobalTheme describeGlobalTheme() {
@@ -858,10 +941,10 @@ private void OndescribeGlobalThemeOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlArrayAttribute("result")]
[return: System.Xml.Serialization.XmlArrayItemAttribute("themeItems", IsNullable=false)]
@@ -893,10 +976,10 @@ private void OndescribeThemeOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
public DescribeLayoutResult describeLayout(string sObjectType, [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)] string layoutName, [System.Xml.Serialization.XmlElementAttribute("recordTypeIds")] string[] recordTypeIds) {
@@ -931,10 +1014,10 @@ private void OndescribeLayoutOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
public DescribeSoftphoneLayoutResult describeSoftphoneLayout() {
@@ -963,10 +1046,10 @@ private void OndescribeSoftphoneLayoutOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
public DescribeSearchLayoutResult[] describeSearchLayouts([System.Xml.Serialization.XmlElementAttribute("sObjectType")] string[] sObjectType) {
@@ -997,28 +1080,66 @@ private void OndescribeSearchLayoutsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result")]
+ public DescribeSearchableEntityResult[] describeSearchableEntities(bool includeOnlyEntitiesWithTabs) {
+ object[] results = this.Invoke("describeSearchableEntities", new object[] {
+ includeOnlyEntitiesWithTabs});
+ return ((DescribeSearchableEntityResult[])(results[0]));
+ }
+
+ ///
+ public void describeSearchableEntitiesAsync(bool includeOnlyEntitiesWithTabs) {
+ this.describeSearchableEntitiesAsync(includeOnlyEntitiesWithTabs, null);
+ }
+
+ ///
+ public void describeSearchableEntitiesAsync(bool includeOnlyEntitiesWithTabs, object userState) {
+ if ((this.describeSearchableEntitiesOperationCompleted == null)) {
+ this.describeSearchableEntitiesOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeSearchableEntitiesOperationCompleted);
+ }
+ this.InvokeAsync("describeSearchableEntities", new object[] {
+ includeOnlyEntitiesWithTabs}, this.describeSearchableEntitiesOperationCompleted, userState);
+ }
+
+ private void OndescribeSearchableEntitiesOperationCompleted(object arg) {
+ if ((this.describeSearchableEntitiesCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.describeSearchableEntitiesCompleted(this, new describeSearchableEntitiesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
- public DescribeSearchScopeOrderResult[] describeSearchScopeOrder() {
- object[] results = this.Invoke("describeSearchScopeOrder", new object[0]);
+ public DescribeSearchScopeOrderResult[] describeSearchScopeOrder(bool includeRealTimeEntities, [System.Xml.Serialization.XmlIgnoreAttribute()] bool includeRealTimeEntitiesSpecified) {
+ object[] results = this.Invoke("describeSearchScopeOrder", new object[] {
+ includeRealTimeEntities,
+ includeRealTimeEntitiesSpecified});
return ((DescribeSearchScopeOrderResult[])(results[0]));
}
///
- public void describeSearchScopeOrderAsync() {
- this.describeSearchScopeOrderAsync(null);
+ public void describeSearchScopeOrderAsync(bool includeRealTimeEntities, bool includeRealTimeEntitiesSpecified) {
+ this.describeSearchScopeOrderAsync(includeRealTimeEntities, includeRealTimeEntitiesSpecified, null);
}
///
- public void describeSearchScopeOrderAsync(object userState) {
+ public void describeSearchScopeOrderAsync(bool includeRealTimeEntities, bool includeRealTimeEntitiesSpecified, object userState) {
if ((this.describeSearchScopeOrderOperationCompleted == null)) {
this.describeSearchScopeOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeSearchScopeOrderOperationCompleted);
}
- this.InvokeAsync("describeSearchScopeOrder", new object[0], this.describeSearchScopeOrderOperationCompleted, userState);
+ this.InvokeAsync("describeSearchScopeOrder", new object[] {
+ includeRealTimeEntities,
+ includeRealTimeEntitiesSpecified}, this.describeSearchScopeOrderOperationCompleted, userState);
}
private void OndescribeSearchScopeOrderOperationCompleted(object arg) {
@@ -1029,10 +1150,10 @@ private void OndescribeSearchScopeOrderOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
public DescribeCompactLayoutsResult describeCompactLayouts(string sObjectType, [System.Xml.Serialization.XmlElementAttribute("recordTypeIds")] string[] recordTypeIds) {
@@ -1065,10 +1186,49 @@ private void OndescribeCompactLayoutsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlArrayAttribute("result", IsNullable=true)]
+ [return: System.Xml.Serialization.XmlArrayItemAttribute("pathAssistants", IsNullable=false)]
+ public DescribePathAssistant[] describePathAssistants(string sObjectType, [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)] string picklistValue, [System.Xml.Serialization.XmlElementAttribute("recordTypeIds")] string[] recordTypeIds) {
+ object[] results = this.Invoke("describePathAssistants", new object[] {
+ sObjectType,
+ picklistValue,
+ recordTypeIds});
+ return ((DescribePathAssistant[])(results[0]));
+ }
+
+ ///
+ public void describePathAssistantsAsync(string sObjectType, string picklistValue, string[] recordTypeIds) {
+ this.describePathAssistantsAsync(sObjectType, picklistValue, recordTypeIds, null);
+ }
+
+ ///
+ public void describePathAssistantsAsync(string sObjectType, string picklistValue, string[] recordTypeIds, object userState) {
+ if ((this.describePathAssistantsOperationCompleted == null)) {
+ this.describePathAssistantsOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribePathAssistantsOperationCompleted);
+ }
+ this.InvokeAsync("describePathAssistants", new object[] {
+ sObjectType,
+ picklistValue,
+ recordTypeIds}, this.describePathAssistantsOperationCompleted, userState);
+ }
+
+ private void OndescribePathAssistantsOperationCompleted(object arg) {
+ if ((this.describePathAssistantsCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.describePathAssistantsCompleted(this, new describePathAssistantsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlArrayAttribute("result", IsNullable=true)]
[return: System.Xml.Serialization.XmlArrayItemAttribute("approvalLayouts", IsNullable=false)]
@@ -1102,10 +1262,10 @@ private void OndescribeApprovalLayoutOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlArrayAttribute("result")]
[return: System.Xml.Serialization.XmlArrayItemAttribute("describeSoqlListViews", IsNullable=false)]
@@ -1137,10 +1297,10 @@ private void OndescribeSoqlListViewsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public ExecuteListViewResult executeListView(ExecuteListViewRequest request) {
@@ -1171,25 +1331,68 @@ private void OnexecuteListViewOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- [return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
- public DescribeTabSetResult[] describeTabs() {
- object[] results = this.Invoke("describeTabs", new object[0]);
- return ((DescribeTabSetResult[])(results[0]));
+ [return: System.Xml.Serialization.XmlArrayAttribute("result")]
+ [return: System.Xml.Serialization.XmlArrayItemAttribute("describeSoqlListViews", IsNullable=false)]
+ public DescribeSoqlListView[] describeSObjectListViews(string sObjectType, bool recentsOnly, listViewIsSoqlCompatible isSoqlCompatible, int limit, int offset) {
+ object[] results = this.Invoke("describeSObjectListViews", new object[] {
+ sObjectType,
+ recentsOnly,
+ isSoqlCompatible,
+ limit,
+ offset});
+ return ((DescribeSoqlListView[])(results[0]));
}
///
- public void describeTabsAsync() {
- this.describeTabsAsync(null);
+ public void describeSObjectListViewsAsync(string sObjectType, bool recentsOnly, listViewIsSoqlCompatible isSoqlCompatible, int limit, int offset) {
+ this.describeSObjectListViewsAsync(sObjectType, recentsOnly, isSoqlCompatible, limit, offset, null);
}
///
- public void describeTabsAsync(object userState) {
- if ((this.describeTabsOperationCompleted == null)) {
+ public void describeSObjectListViewsAsync(string sObjectType, bool recentsOnly, listViewIsSoqlCompatible isSoqlCompatible, int limit, int offset, object userState) {
+ if ((this.describeSObjectListViewsOperationCompleted == null)) {
+ this.describeSObjectListViewsOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeSObjectListViewsOperationCompleted);
+ }
+ this.InvokeAsync("describeSObjectListViews", new object[] {
+ sObjectType,
+ recentsOnly,
+ isSoqlCompatible,
+ limit,
+ offset}, this.describeSObjectListViewsOperationCompleted, userState);
+ }
+
+ private void OndescribeSObjectListViewsOperationCompleted(object arg) {
+ if ((this.describeSObjectListViewsCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.describeSObjectListViewsCompleted(this, new describeSObjectListViewsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
+ public DescribeTabSetResult[] describeTabs() {
+ object[] results = this.Invoke("describeTabs", new object[0]);
+ return ((DescribeTabSetResult[])(results[0]));
+ }
+
+ ///
+ public void describeTabsAsync() {
+ this.describeTabsAsync(null);
+ }
+
+ ///
+ public void describeTabsAsync(object userState) {
+ if ((this.describeTabsOperationCompleted == null)) {
this.describeTabsOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeTabsOperationCompleted);
}
this.InvokeAsync("describeTabs", new object[0], this.describeTabsOperationCompleted, userState);
@@ -1203,10 +1406,10 @@ private void OndescribeTabsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
public DescribeTab[] describeAllTabs() {
@@ -1235,10 +1438,10 @@ private void OndescribeAllTabsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public DescribeCompactLayout[] describePrimaryCompactLayouts([System.Xml.Serialization.XmlElementAttribute("sObjectTypes")] string[] sObjectTypes) {
@@ -1269,20 +1472,21 @@ private void OndescribePrimaryCompactLayoutsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AssignmentRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AssignmentRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DisableFeedTrackingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("EmailHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public SaveResult[] create([System.Xml.Serialization.XmlElementAttribute("sObjects")] sObject[] sObjects) {
@@ -1313,21 +1517,22 @@ private void OncreateOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeaderAttribute("OwnerChangeOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("AssignmentRuleHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DisableFeedTrackingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("EmailHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public SaveResult[] update([System.Xml.Serialization.XmlElementAttribute("sObjects")] sObject[] sObjects) {
@@ -1358,21 +1563,22 @@ private void OnupdateOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeaderAttribute("OwnerChangeOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("AssignmentRuleHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DisableFeedTrackingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("EmailHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public UpsertResult[] upsert(string externalIDFieldName, [System.Xml.Serialization.XmlElementAttribute("sObjects")] sObject[] sObjects) {
@@ -1405,19 +1611,20 @@ private void OnupsertOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AssignmentRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AssignmentRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DisableFeedTrackingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("EmailHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public MergeResult[] merge([System.Xml.Serialization.XmlElementAttribute("request")] MergeRequest[] request) {
@@ -1448,19 +1655,20 @@ private void OnmergeOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("UserTerritoryDeleteHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DisableFeedTrackingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("UserTerritoryDeleteHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("EmailHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public DeleteResult[] delete([System.Xml.Serialization.XmlElementAttribute("ids")] string[] ids) {
@@ -1491,17 +1699,18 @@ private void OndeleteOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DisableFeedTrackingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public UndeleteResult[] undelete([System.Xml.Serialization.XmlElementAttribute("ids")] string[] ids) {
@@ -1532,9 +1741,9 @@ private void OnundeleteOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public EmptyRecycleBinResult[] emptyRecycleBin([System.Xml.Serialization.XmlElementAttribute("ids")] string[] ids) {
@@ -1565,12 +1774,12 @@ private void OnemptyRecycleBinOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("QueryOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("QueryOptionsValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
public sObject[] retrieve(string fieldList, string sObjectType, [System.Xml.Serialization.XmlElementAttribute("ids")] string[] ids) {
@@ -1605,16 +1814,17 @@ private void OnretrieveOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DisableFeedTrackingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public ProcessResult[] process([System.Xml.Serialization.XmlElementAttribute("actions")] ProcessRequest[] actions) {
@@ -1645,16 +1855,17 @@ private void OnprocessOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DisableFeedTrackingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public LeadConvertResult[] convertLead([System.Xml.Serialization.XmlElementAttribute("leadConverts")] LeadConvert[] leadConverts) {
@@ -1685,9 +1896,9 @@ private void OnconvertLeadOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public void logout() {
this.Invoke("logout", new object[0]);
@@ -1714,9 +1925,9 @@ private void OnlogoutOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public InvalidateSessionsResult[] invalidateSessions([System.Xml.Serialization.XmlElementAttribute("sessionIds")] string[] sessionIds) {
@@ -1747,9 +1958,9 @@ private void OninvalidateSessionsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public GetDeletedResult getDeleted(string sObjectType, System.DateTime startDate, System.DateTime endDate) {
@@ -1784,9 +1995,9 @@ private void OngetDeletedOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public GetUpdatedResult getUpdated(string sObjectType, System.DateTime startDate, System.DateTime endDate) {
@@ -1821,12 +2032,12 @@ private void OngetUpdatedOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("QueryOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("QueryOptionsValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public QueryResult query(string queryString) {
@@ -1857,10 +2068,10 @@ private void OnqueryOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("QueryOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("QueryOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public QueryResult queryAll(string queryString) {
@@ -1891,10 +2102,10 @@ private void OnqueryAllOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("QueryOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("QueryOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public QueryResult queryMore(string queryLocator) {
@@ -1925,10 +2136,10 @@ private void OnqueryMoreOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public SearchResult search(string searchString) {
@@ -1959,9 +2170,9 @@ private void OnsearchOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public GetServerTimestampResult getServerTimestamp() {
@@ -1990,9 +2201,9 @@ private void OngetServerTimestampOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public SetPasswordResult setPassword(string userId, string password) {
@@ -2025,10 +2236,45 @@ private void OnsetPasswordOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result")]
+ public ChangeOwnPasswordResult changeOwnPassword(string oldPassword, string newPassword) {
+ object[] results = this.Invoke("changeOwnPassword", new object[] {
+ oldPassword,
+ newPassword});
+ return ((ChangeOwnPasswordResult)(results[0]));
+ }
+
+ ///
+ public void changeOwnPasswordAsync(string oldPassword, string newPassword) {
+ this.changeOwnPasswordAsync(oldPassword, newPassword, null);
+ }
+
+ ///
+ public void changeOwnPasswordAsync(string oldPassword, string newPassword, object userState) {
+ if ((this.changeOwnPasswordOperationCompleted == null)) {
+ this.changeOwnPasswordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnchangeOwnPasswordOperationCompleted);
+ }
+ this.InvokeAsync("changeOwnPassword", new object[] {
+ oldPassword,
+ newPassword}, this.changeOwnPasswordOperationCompleted, userState);
+ }
+
+ private void OnchangeOwnPasswordOperationCompleted(object arg) {
+ if ((this.changeOwnPasswordCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.changeOwnPasswordCompleted(this, new changeOwnPasswordCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeaderAttribute("EmailHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public ResetPasswordResult resetPassword(string userId) {
@@ -2059,9 +2305,9 @@ private void OnresetPasswordOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public GetUserInfoResult getUserInfo() {
@@ -2090,28 +2336,72 @@ private void OngetUserInfoOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DisableFeedTrackingHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("UserTerritoryDeleteHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("EmailHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
- public SendEmailResult[] sendEmailMessage([System.Xml.Serialization.XmlElementAttribute("ids")] string[] ids) {
- object[] results = this.Invoke("sendEmailMessage", new object[] {
- ids});
- return ((SendEmailResult[])(results[0]));
+ public DeleteByExampleResult[] deleteByExample([System.Xml.Serialization.XmlElementAttribute("sObjects")] sObject[] sObjects) {
+ object[] results = this.Invoke("deleteByExample", new object[] {
+ sObjects});
+ return ((DeleteByExampleResult[])(results[0]));
}
///
- public void sendEmailMessageAsync(string[] ids) {
- this.sendEmailMessageAsync(ids, null);
+ public void deleteByExampleAsync(sObject[] sObjects) {
+ this.deleteByExampleAsync(sObjects, null);
}
///
- public void sendEmailMessageAsync(string[] ids, object userState) {
- if ((this.sendEmailMessageOperationCompleted == null)) {
- this.sendEmailMessageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsendEmailMessageOperationCompleted);
+ public void deleteByExampleAsync(sObject[] sObjects, object userState) {
+ if ((this.deleteByExampleOperationCompleted == null)) {
+ this.deleteByExampleOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteByExampleOperationCompleted);
}
- this.InvokeAsync("sendEmailMessage", new object[] {
+ this.InvokeAsync("deleteByExample", new object[] {
+ sObjects}, this.deleteByExampleOperationCompleted, userState);
+ }
+
+ private void OndeleteByExampleOperationCompleted(object arg) {
+ if ((this.deleteByExampleCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.deleteByExampleCompleted(this, new deleteByExampleCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result")]
+ public SendEmailResult[] sendEmailMessage([System.Xml.Serialization.XmlElementAttribute("ids")] string[] ids) {
+ object[] results = this.Invoke("sendEmailMessage", new object[] {
+ ids});
+ return ((SendEmailResult[])(results[0]));
+ }
+
+ ///
+ public void sendEmailMessageAsync(string[] ids) {
+ this.sendEmailMessageAsync(ids, null);
+ }
+
+ ///
+ public void sendEmailMessageAsync(string[] ids, object userState) {
+ if ((this.sendEmailMessageOperationCompleted == null)) {
+ this.sendEmailMessageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsendEmailMessageOperationCompleted);
+ }
+ this.InvokeAsync("sendEmailMessage", new object[] {
ids}, this.sendEmailMessageOperationCompleted, userState);
}
@@ -2123,9 +2413,9 @@ private void OnsendEmailMessageOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public SendEmailResult[] sendEmail([System.Xml.Serialization.XmlElementAttribute("messages")] Email[] messages) {
@@ -2156,20 +2446,87 @@ private void OnsendEmailOperationCompleted(object arg) {
}
///
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("OwnerChangeOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result")]
+ public RenderEmailTemplateResult[] renderEmailTemplate([System.Xml.Serialization.XmlElementAttribute("renderRequests")] RenderEmailTemplateRequest[] renderRequests) {
+ object[] results = this.Invoke("renderEmailTemplate", new object[] {
+ renderRequests});
+ return ((RenderEmailTemplateResult[])(results[0]));
+ }
+
+ ///
+ public void renderEmailTemplateAsync(RenderEmailTemplateRequest[] renderRequests) {
+ this.renderEmailTemplateAsync(renderRequests, null);
+ }
+
+ ///
+ public void renderEmailTemplateAsync(RenderEmailTemplateRequest[] renderRequests, object userState) {
+ if ((this.renderEmailTemplateOperationCompleted == null)) {
+ this.renderEmailTemplateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnrenderEmailTemplateOperationCompleted);
+ }
+ this.InvokeAsync("renderEmailTemplate", new object[] {
+ renderRequests}, this.renderEmailTemplateOperationCompleted, userState);
+ }
+
+ private void OnrenderEmailTemplateOperationCompleted(object arg) {
+ if ((this.renderEmailTemplateCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.renderEmailTemplateCompleted(this, new renderEmailTemplateCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
[System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AssignmentRuleHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result")]
+ public RenderStoredEmailTemplateResult renderStoredEmailTemplate(RenderStoredEmailTemplateRequest request) {
+ object[] results = this.Invoke("renderStoredEmailTemplate", new object[] {
+ request});
+ return ((RenderStoredEmailTemplateResult)(results[0]));
+ }
+
+ ///
+ public void renderStoredEmailTemplateAsync(RenderStoredEmailTemplateRequest request) {
+ this.renderStoredEmailTemplateAsync(request, null);
+ }
+
+ ///
+ public void renderStoredEmailTemplateAsync(RenderStoredEmailTemplateRequest request, object userState) {
+ if ((this.renderStoredEmailTemplateOperationCompleted == null)) {
+ this.renderStoredEmailTemplateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnrenderStoredEmailTemplateOperationCompleted);
+ }
+ this.InvokeAsync("renderStoredEmailTemplate", new object[] {
+ request}, this.renderStoredEmailTemplateOperationCompleted, userState);
+ }
+
+ private void OnrenderStoredEmailTemplateOperationCompleted(object arg) {
+ if ((this.renderStoredEmailTemplateCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.renderStoredEmailTemplateCompleted(this, new renderStoredEmailTemplateCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("OwnerChangeOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AssignmentRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("DisableFeedTrackingHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DebuggingHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("EmailHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("MruHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllowFieldTruncationHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("AllOrNoneHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("StreamingEnabledHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public PerformQuickActionResult[] performQuickActions([System.Xml.Serialization.XmlElementAttribute("quickActions")] PerformQuickActionRequest[] quickActions) {
@@ -2200,11 +2557,11 @@ private void OnperformQuickActionsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public DescribeQuickActionResult[] describeQuickActions([System.Xml.Serialization.XmlElementAttribute("quickActions")] string[] quickActions) {
@@ -2235,11 +2592,48 @@ private void OndescribeQuickActionsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result")]
+ public DescribeQuickActionResult[] describeQuickActionsForRecordType([System.Xml.Serialization.XmlElementAttribute("quickActions")] string[] quickActions, string recordTypeId) {
+ object[] results = this.Invoke("describeQuickActionsForRecordType", new object[] {
+ quickActions,
+ recordTypeId});
+ return ((DescribeQuickActionResult[])(results[0]));
+ }
+
+ ///
+ public void describeQuickActionsForRecordTypeAsync(string[] quickActions, string recordTypeId) {
+ this.describeQuickActionsForRecordTypeAsync(quickActions, recordTypeId, null);
+ }
+
+ ///
+ public void describeQuickActionsForRecordTypeAsync(string[] quickActions, string recordTypeId, object userState) {
+ if ((this.describeQuickActionsForRecordTypeOperationCompleted == null)) {
+ this.describeQuickActionsForRecordTypeOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeQuickActionsForRecordTypeOperationCompleted);
+ }
+ this.InvokeAsync("describeQuickActionsForRecordType", new object[] {
+ quickActions,
+ recordTypeId}, this.describeQuickActionsForRecordTypeOperationCompleted, userState);
+ }
+
+ private void OndescribeQuickActionsForRecordTypeOperationCompleted(object arg) {
+ if ((this.describeQuickActionsForRecordTypeCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.describeQuickActionsForRecordTypeCompleted(this, new describeQuickActionsForRecordTypeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public DescribeAvailableQuickActionResult[] describeAvailableQuickActions([System.Xml.Serialization.XmlElementAttribute(IsNullable=true)] string contextType) {
@@ -2270,11 +2664,11 @@ private void OndescribeAvailableQuickActionsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
- [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
- [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
[System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute("result")]
public QuickActionTemplateResult[] retrieveQuickActionTemplates([System.Xml.Serialization.XmlElementAttribute("quickActionNames")] string[] quickActionNames, [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)] string contextId) {
@@ -2306,6 +2700,188 @@ private void OnretrieveQuickActionTemplatesOperationCompleted(object arg) {
}
}
+ ///
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result")]
+ public QuickActionTemplateResult[] retrieveMassQuickActionTemplates(string quickActionName, [System.Xml.Serialization.XmlElementAttribute("contextIds")] string[] contextIds) {
+ object[] results = this.Invoke("retrieveMassQuickActionTemplates", new object[] {
+ quickActionName,
+ contextIds});
+ return ((QuickActionTemplateResult[])(results[0]));
+ }
+
+ ///
+ public void retrieveMassQuickActionTemplatesAsync(string quickActionName, string[] contextIds) {
+ this.retrieveMassQuickActionTemplatesAsync(quickActionName, contextIds, null);
+ }
+
+ ///
+ public void retrieveMassQuickActionTemplatesAsync(string quickActionName, string[] contextIds, object userState) {
+ if ((this.retrieveMassQuickActionTemplatesOperationCompleted == null)) {
+ this.retrieveMassQuickActionTemplatesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnretrieveMassQuickActionTemplatesOperationCompleted);
+ }
+ this.InvokeAsync("retrieveMassQuickActionTemplates", new object[] {
+ quickActionName,
+ contextIds}, this.retrieveMassQuickActionTemplatesOperationCompleted, userState);
+ }
+
+ private void OnretrieveMassQuickActionTemplatesOperationCompleted(object arg) {
+ if ((this.retrieveMassQuickActionTemplatesCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.retrieveMassQuickActionTemplatesCompleted(this, new retrieveMassQuickActionTemplatesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result")]
+ public DescribeVisualForceResult describeVisualForce(bool includeAllDetails, [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)] string namespacePrefix) {
+ object[] results = this.Invoke("describeVisualForce", new object[] {
+ includeAllDetails,
+ namespacePrefix});
+ return ((DescribeVisualForceResult)(results[0]));
+ }
+
+ ///
+ public void describeVisualForceAsync(bool includeAllDetails, string namespacePrefix) {
+ this.describeVisualForceAsync(includeAllDetails, namespacePrefix, null);
+ }
+
+ ///
+ public void describeVisualForceAsync(bool includeAllDetails, string namespacePrefix, object userState) {
+ if ((this.describeVisualForceOperationCompleted == null)) {
+ this.describeVisualForceOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeVisualForceOperationCompleted);
+ }
+ this.InvokeAsync("describeVisualForce", new object[] {
+ includeAllDetails,
+ namespacePrefix}, this.describeVisualForceOperationCompleted, userState);
+ }
+
+ private void OndescribeVisualForceOperationCompleted(object arg) {
+ if ((this.describeVisualForceCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.describeVisualForceCompleted(this, new describeVisualForceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result")]
+ public FindDuplicatesResult[] findDuplicates([System.Xml.Serialization.XmlElementAttribute("sObjects")] sObject[] sObjects) {
+ object[] results = this.Invoke("findDuplicates", new object[] {
+ sObjects});
+ return ((FindDuplicatesResult[])(results[0]));
+ }
+
+ ///
+ public void findDuplicatesAsync(sObject[] sObjects) {
+ this.findDuplicatesAsync(sObjects, null);
+ }
+
+ ///
+ public void findDuplicatesAsync(sObject[] sObjects, object userState) {
+ if ((this.findDuplicatesOperationCompleted == null)) {
+ this.findDuplicatesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindDuplicatesOperationCompleted);
+ }
+ this.InvokeAsync("findDuplicates", new object[] {
+ sObjects}, this.findDuplicatesOperationCompleted, userState);
+ }
+
+ private void OnfindDuplicatesOperationCompleted(object arg) {
+ if ((this.findDuplicatesCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.findDuplicatesCompleted(this, new findDuplicatesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("DuplicateRuleHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result")]
+ public FindDuplicatesResult[] findDuplicatesByIds([System.Xml.Serialization.XmlElementAttribute("ids")] string[] ids) {
+ object[] results = this.Invoke("findDuplicatesByIds", new object[] {
+ ids});
+ return ((FindDuplicatesResult[])(results[0]));
+ }
+
+ ///
+ public void findDuplicatesByIdsAsync(string[] ids) {
+ this.findDuplicatesByIdsAsync(ids, null);
+ }
+
+ ///
+ public void findDuplicatesByIdsAsync(string[] ids, object userState) {
+ if ((this.findDuplicatesByIdsOperationCompleted == null)) {
+ this.findDuplicatesByIdsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindDuplicatesByIdsOperationCompleted);
+ }
+ this.InvokeAsync("findDuplicatesByIds", new object[] {
+ ids}, this.findDuplicatesByIdsOperationCompleted, userState);
+ }
+
+ private void OnfindDuplicatesByIdsOperationCompleted(object arg) {
+ if ((this.findDuplicatesByIdsCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.findDuplicatesByIdsCompleted(this, new findDuplicatesByIdsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ ///
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LocaleOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("PackageVersionHeaderValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("CallOptionsValue")]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("LimitInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
+ [System.Web.Services.Protocols.SoapHeaderAttribute("SessionHeaderValue")]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:partner.soap.sforce.com", ResponseNamespace="urn:partner.soap.sforce.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [return: System.Xml.Serialization.XmlElementAttribute("result", IsNullable=true)]
+ public DescribeNounResult[] describeNouns([System.Xml.Serialization.XmlElementAttribute("nouns")] string[] nouns, bool onlyRenamed, bool includeFields) {
+ object[] results = this.Invoke("describeNouns", new object[] {
+ nouns,
+ onlyRenamed,
+ includeFields});
+ return ((DescribeNounResult[])(results[0]));
+ }
+
+ ///
+ public void describeNounsAsync(string[] nouns, bool onlyRenamed, bool includeFields) {
+ this.describeNounsAsync(nouns, onlyRenamed, includeFields, null);
+ }
+
+ ///
+ public void describeNounsAsync(string[] nouns, bool onlyRenamed, bool includeFields, object userState) {
+ if ((this.describeNounsOperationCompleted == null)) {
+ this.describeNounsOperationCompleted = new System.Threading.SendOrPostCallback(this.OndescribeNounsOperationCompleted);
+ }
+ this.InvokeAsync("describeNouns", new object[] {
+ nouns,
+ onlyRenamed,
+ includeFields}, this.describeNounsOperationCompleted, userState);
+ }
+
+ private void OndescribeNounsOperationCompleted(object arg) {
+ if ((this.describeNounsCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.describeNounsCompleted(this, new describeNounsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
///
public new void CancelAsync(object userState) {
base.CancelAsync(userState);
@@ -2326,3873 +2902,10681 @@ private bool IsLocalFileSystemWebService(string url) {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class LoginScopeHeader : System.Web.Services.Protocols.SoapHeader {
-
- private string organizationIdField;
+ public partial class PackageVersionHeader : System.Web.Services.Protocols.SoapHeader {
- private string portalIdField;
+ private PackageVersion[] packageVersionsField;
///
- public string organizationId {
+ [System.Xml.Serialization.XmlElementAttribute("packageVersions")]
+ public PackageVersion[] packageVersions {
get {
- return this.organizationIdField;
+ return this.packageVersionsField;
}
set {
- this.organizationIdField = value;
+ this.packageVersionsField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class PackageVersion {
- ///
- public string portalId {
- get {
- return this.portalIdField;
- }
- set {
- this.portalIdField = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class QuickActionTemplateResult {
-
- private sObject defaultValueFormulasField;
-
- private sObject defaultValuesField;
-
- private Error[] errorsField;
+ private int majorNumberField;
- private bool successField;
+ private int minorNumberField;
- ///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public sObject defaultValueFormulas {
- get {
- return this.defaultValueFormulasField;
- }
- set {
- this.defaultValueFormulasField = value;
- }
- }
+ private string namespaceField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public sObject defaultValues {
+ public int majorNumber {
get {
- return this.defaultValuesField;
+ return this.majorNumberField;
}
set {
- this.defaultValuesField = value;
+ this.majorNumberField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("errors")]
- public Error[] errors {
+ public int minorNumber {
get {
- return this.errorsField;
+ return this.minorNumberField;
}
set {
- this.errorsField = value;
+ this.minorNumberField = value;
}
}
///
- public bool success {
+ public string @namespace {
get {
- return this.successField;
+ return this.namespaceField;
}
set {
- this.successField = value;
+ this.namespaceField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(UnexpectedErrorFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(InvalidIdFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(InvalidOldPasswordFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(InvalidNewPasswordFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(InvalidQueryLocatorFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(LoginFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(ApiQueryFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(MalformedSearchFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(MalformedQueryFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(InvalidSObjectFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(InvalidFieldFault))]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sobject.partner.soap.sforce.com")]
- public partial class sObject {
-
- private string typeField;
-
- private string[] fieldsToNullField;
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class ApiFault {
- private string idField;
+ private ExceptionCode exceptionCodeField;
- private System.Xml.XmlElement[] anyField;
+ private string exceptionMessageField;
- ///
- public string type {
- get {
- return this.typeField;
- }
- set {
- this.typeField = value;
- }
- }
+ private ExtendedErrorDetails[] extendedErrorDetailsField;
///
- [System.Xml.Serialization.XmlElementAttribute("fieldsToNull", IsNullable=true)]
- public string[] fieldsToNull {
+ public ExceptionCode exceptionCode {
get {
- return this.fieldsToNullField;
+ return this.exceptionCodeField;
}
set {
- this.fieldsToNullField = value;
+ this.exceptionCodeField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string Id {
+ public string exceptionMessage {
get {
- return this.idField;
+ return this.exceptionMessageField;
}
set {
- this.idField = value;
+ this.exceptionMessageField = value;
}
}
///
- [System.Xml.Serialization.XmlAnyElementAttribute()]
- public System.Xml.XmlElement[] Any {
+ [System.Xml.Serialization.XmlElementAttribute("extendedErrorDetails", IsNullable=true)]
+ public ExtendedErrorDetails[] extendedErrorDetails {
get {
- return this.anyField;
+ return this.extendedErrorDetailsField;
}
set {
- this.anyField = value;
+ this.extendedErrorDetailsField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class Error {
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public enum ExceptionCode {
- private string[] fieldsField;
+ ///
+ ADAPTER_ERROR,
- private string messageField;
+ ///
+ ADAPTER_VALIDATION_EXCEPTION,
- private StatusCode statusCodeField;
+ ///
+ APEX_REST_SERVICES_DISABLED,
///
- [System.Xml.Serialization.XmlElementAttribute("fields", IsNullable=true)]
- public string[] fields {
- get {
- return this.fieldsField;
- }
- set {
- this.fieldsField = value;
- }
- }
+ APEX_TRIGGER_COUPLING_LIMIT,
///
- public string message {
- get {
- return this.messageField;
- }
- set {
- this.messageField = value;
- }
- }
+ API_CURRENTLY_DISABLED,
///
- public StatusCode statusCode {
- get {
- return this.statusCodeField;
- }
- set {
- this.statusCodeField = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum StatusCode {
+ API_DISABLED_FOR_ORG,
///
- ALL_OR_NONE_OPERATION_ROLLED_BACK,
+ ARGUMENT_OBJECT_PARSE_ERROR,
///
- ALREADY_IN_PROCESS,
+ ASYNC_OPERATION_LOCATOR,
///
- ASSIGNEE_TYPE_REQUIRED,
+ ASYNC_QUERY_UNSUPPORTED_QUERY,
///
- BAD_CUSTOM_ENTITY_PARENT_DOMAIN,
+ BAD_REQUEST,
///
- BCC_NOT_ALLOWED_IF_BCC_COMPLIANCE_ENABLED,
+ BATCH_PROCESSING_HALTED,
///
- CANNOT_CASCADE_PRODUCT_ACTIVE,
+ BIG_OBJECT_UNSUPPORTED_OPERATION,
///
- CANNOT_CHANGE_FIELD_TYPE_OF_APEX_REFERENCED_FIELD,
+ BILLING_ENTITIES_NO_ACCESS,
///
- CANNOT_CHANGE_FIELD_TYPE_OF_REFERENCED_FIELD,
+ CANNOT_DELETE_ENTITY,
///
- CANNOT_CREATE_ANOTHER_MANAGED_PACKAGE,
+ CANNOT_DELETE_OWNER,
///
- CANNOT_DEACTIVATE_DIVISION,
+ CANT_ADD_STANDADRD_PORTAL_USER_TO_TERRITORY,
///
- CANNOT_DELETE_GLOBAL_ACTION_LIST,
+ CANT_ADD_STANDARD_PORTAL_USER_TO_TERRITORY,
///
- CANNOT_DELETE_LAST_DATED_CONVERSION_RATE,
+ CATEGORY_NOT_FOUND,
///
- CANNOT_DELETE_MANAGED_OBJECT,
+ CIRCULAR_OBJECT_GRAPH,
///
- CANNOT_DISABLE_LAST_ADMIN,
+ CLIENT_NOT_ACCESSIBLE_FOR_USER,
///
- CANNOT_ENABLE_IP_RESTRICT_REQUESTS,
+ CLIENT_REQUIRE_UPDATE_FOR_USER,
///
- CANNOT_EXECUTE_FLOW_TRIGGER,
+ CLONE_FIELD_INTEGRITY_EXCEPTION,
///
- CANNOT_FREEZE_SELF,
+ CLONE_NOT_SUPPORTED,
///
- CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY,
+ COMMERCE_ADMIN_MISCONFIGURATION,
///
- CANNOT_MODIFY_MANAGED_OBJECT,
+ CONTENT_ALREADY_AN_ASSET_EXCEPTION,
///
- CANNOT_PASSWORD_LOCKOUT,
+ CONTENT_CUSTOM_DOWNLOAD_EXCEPTION,
///
- CANNOT_POST_TO_ARCHIVED_GROUP,
+ CONTENT_HUB_AUTHENTICATION_EXCEPTION,
///
- CANNOT_RENAME_APEX_REFERENCED_FIELD,
+ CONTENT_HUB_FILE_DOWNLOAD_EXCEPTION,
///
- CANNOT_RENAME_APEX_REFERENCED_OBJECT,
+ CONTENT_HUB_FILE_HAS_NO_URL_EXCEPTION,
///
- CANNOT_RENAME_REFERENCED_FIELD,
+ CONTENT_HUB_FILE_NOT_FOUND_EXCEPTION,
///
- CANNOT_RENAME_REFERENCED_OBJECT,
+ CONTENT_HUB_INVALID_OBJECT_TYPE_EXCEPTION,
///
- CANNOT_REPARENT_RECORD,
+ CONTENT_HUB_INVALID_PAGE_NUMBER_EXCEPTION,
///
- CANNOT_UPDATE_CONVERTED_LEAD,
+ CONTENT_HUB_INVALID_PAYLOAD,
///
- CANT_DISABLE_CORP_CURRENCY,
+ CONTENT_HUB_INVALID_RENDITION_PAGE_NUMBER_EXCEPTION,
///
- CANT_UNSET_CORP_CURRENCY,
+ CONTENT_HUB_ITEM_TYPE_NOT_FOUND_EXCEPTION,
///
- CHILD_SHARE_FAILS_PARENT,
+ CONTENT_HUB_OBJECT_NOT_FOUND_EXCEPTION,
///
- CIRCULAR_DEPENDENCY,
+ CONTENT_HUB_OPERATION_NOT_SUPPORTED_EXCEPTION,
///
- COLLISION_DETECTED,
+ CONTENT_HUB_SECURITY_EXCEPTION,
///
- COMMUNITY_NOT_ACCESSIBLE,
+ CONTENT_HUB_TIMEOUT_EXCEPTION,
///
- CUSTOM_APEX_ERROR,
+ CONTENT_HUB_UNEXPECTED_EXCEPTION,
///
- CUSTOM_CLOB_FIELD_LIMIT_EXCEEDED,
+ CONTENT_IMAGE_SCALING_INVALID_ARGUMENTS_EXCEPTION,
///
- CUSTOM_ENTITY_OR_FIELD_LIMIT,
+ CONTENT_IMAGE_SCALING_INVALID_IMAGE_EXCEPTION,
///
- CUSTOM_FIELD_INDEX_LIMIT_EXCEEDED,
+ CONTENT_IMAGE_SCALING_MAX_RENDITIONS_EXCEPTION,
///
- CUSTOM_INDEX_EXISTS,
+ CONTENT_IMAGE_SCALING_TIMEOUT_EXCEPTION,
///
- CUSTOM_LINK_LIMIT_EXCEEDED,
+ CONTENT_IMAGE_SCALING_UNKNOWN_EXCEPTION,
///
CUSTOM_METADATA_LIMIT_EXCEEDED,
///
- CUSTOM_TAB_LIMIT_EXCEEDED,
+ CUSTOM_SETTINGS_LIMIT_EXCEEDED,
///
- DELETE_FAILED,
+ DATACLOUD_API_CLIENT_EXCEPTION,
///
- DELETE_OPERATION_TOO_LARGE,
+ DATACLOUD_API_DISABLED_EXCEPTION,
///
- DELETE_REQUIRED_ON_CASCADE,
+ DATACLOUD_API_INVALID_QUERY_EXCEPTION,
///
- DEPENDENCY_EXISTS,
+ DATACLOUD_API_SERVER_BUSY_EXCEPTION,
///
- DUPLICATES_DETECTED,
+ DATACLOUD_API_SERVER_EXCEPTION,
///
- DUPLICATE_CASE_SOLUTION,
+ DATACLOUD_API_TIMEOUT_EXCEPTION,
///
- DUPLICATE_COMM_NICKNAME,
+ DATACLOUD_API_UNAVAILABLE,
///
- DUPLICATE_CUSTOM_ENTITY_DEFINITION,
+ DATA_INTEGRATION_INPUT_ERROR,
///
- DUPLICATE_CUSTOM_TAB_MOTIF,
+ DATA_INTEGRATION_NOT_FOUND,
///
- DUPLICATE_DEVELOPER_NAME,
+ DATA_INTEGRATION_NO_ACCESS,
///
- DUPLICATE_EXTERNAL_ID,
+ DATA_INTEGRATION_PACKAGE_ERROR,
///
- DUPLICATE_MASTER_LABEL,
+ DATA_INTEGRATION_SERVER_ERROR,
///
- DUPLICATE_SENDER_DISPLAY_NAME,
+ DATA_INTEGRATION_VENDOR_SETUP_ERROR,
///
- DUPLICATE_USERNAME,
+ DEPENDENCY_API_UNSUPPORTED_EXCEPTION,
///
- DUPLICATE_VALUE,
+ DUPLICATE_ARGUMENT_VALUE,
///
- EMAIL_NOT_PROCESSED_DUE_TO_PRIOR_ERROR,
+ DUPLICATE_VALUE,
///
- EMPTY_SCONTROL_FILE_NAME,
+ EMAIL_BATCH_SIZE_LIMIT_EXCEEDED,
///
- ENTITY_FAILED_IFLASTMODIFIED_ON_UPDATE,
+ EMAIL_TO_CASE_INVALID_ROUTING,
///
- ENTITY_IS_ARCHIVED,
+ EMAIL_TO_CASE_LIMIT_EXCEEDED,
///
- ENTITY_IS_DELETED,
+ EMAIL_TO_CASE_NOT_ENABLED,
///
- ENTITY_IS_LOCKED,
+ ENTITY_NOT_QUERYABLE,
///
ENVIRONMENT_HUB_MEMBERSHIP_CONFLICT,
///
- ENVIRONMENT_HUB_MEMBERSHIP_ERROR_JOINING_HUB,
+ EXCEEDED_ID_LIMIT,
///
- ENVIRONMENT_HUB_MEMBERSHIP_USER_ALREADY_IN_HUB,
+ EXCEEDED_LEAD_CONVERT_LIMIT,
///
- ENVIRONMENT_HUB_MEMBERSHIP_USER_NOT_ORG_ADMIN,
+ EXCEEDED_MAX_FILTER_ENTITIES,
///
- ERROR_IN_MAILER,
+ EXCEEDED_MAX_SEMIJOIN_SUBSELECTS,
///
- FAILED_ACTIVATION,
+ EXCEEDED_MAX_SIZE_REQUEST,
///
- FIELD_CUSTOM_VALIDATION_EXCEPTION,
+ EXCEEDED_MAX_SOBJECTS,
///
- FIELD_FILTER_VALIDATION_EXCEPTION,
+ EXCEEDED_MAX_TYPES_LIMIT,
///
- FIELD_INTEGRITY_EXCEPTION,
+ EXCEEDED_QUOTA,
///
- FILTERED_LOOKUP_LIMIT_EXCEEDED,
+ EXTERNAL_OBJECT_AUTHENTICATION_EXCEPTION,
///
- FIND_DUPLICATES_ERROR,
+ EXTERNAL_OBJECT_CONNECTION_EXCEPTION,
///
- HTML_FILE_UPLOAD_NOT_ALLOWED,
+ EXTERNAL_OBJECT_EXCEPTION,
///
- IMAGE_TOO_LARGE,
+ EXTERNAL_OBJECT_UNSUPPORTED_EXCEPTION,
///
- INACTIVE_OWNER_OR_USER,
+ EXTERNAL_SERVICE_AUTHENTICATION_EXCEPTION,
///
- INSERT_UPDATE_DELETE_NOT_ALLOWED_DURING_MAINTENANCE,
+ EXTERNAL_SERVICE_CONNECTION_EXCEPTION,
///
- INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY,
+ EXTERNAL_SERVICE_DATA_EXCEPTION,
///
- INSUFFICIENT_ACCESS_OR_READONLY,
+ EXTERNAL_SERVICE_EXCEPTION,
///
- INSUFFICIENT_CREDITS,
+ EXTERNAL_SERVICE_INVALID_STATE_EXCEPTION,
///
- INVALID_ACCESS_LEVEL,
+ EXTERNAL_SERVICE_UNSUPPORTED_EXCEPTION,
///
- INVALID_ARGUMENT_TYPE,
+ FEDERATED_SEARCH_ERROR,
///
- INVALID_ASSIGNEE_TYPE,
+ FEED_NOT_ENABLED_FOR_OBJECT,
///
- INVALID_ASSIGNMENT_RULE,
+ FUNCTIONALITY_NOT_ENABLED,
///
- INVALID_BATCH_OPERATION,
+ FUNCTIONALITY_TEMPORARILY_UNAVAILABLE,
///
- INVALID_CONTENT_TYPE,
+ GMAIL_ROUTING_CREATION_NOT_ALLOWED,
///
- INVALID_CREDIT_CARD_INFO,
+ IDEMPOTENCY_FEATURE_NOT_ENABLED,
///
- INVALID_CROSS_REFERENCE_KEY,
+ IDEMPOTENCY_NOT_SUPPORTED,
///
- INVALID_CROSS_REFERENCE_TYPE_FOR_FIELD,
+ ID_REQUIRED,
///
- INVALID_CURRENCY_CONV_RATE,
+ ILLEGAL_QUERY_PARAMETER_VALUE,
///
- INVALID_CURRENCY_CORP_RATE,
+ INACTIVE_OWNER_OR_USER,
///
- INVALID_CURRENCY_ISO,
+ INACTIVE_PORTAL,
///
- INVALID_DATA_CATEGORY_GROUP_REFERENCE,
+ INDEX_NOT_FOUND,
///
- INVALID_DATA_URI,
+ INSERT_UPDATE_DELETE_NOT_ALLOWED_DURING_MAINTENANCE,
///
- INVALID_EMAIL_ADDRESS,
+ INSTALL_KEY_INVALID,
///
- INVALID_EMPTY_KEY_OWNER,
+ INSTALL_KEY_REQUIRED,
///
- INVALID_ENTITY_FOR_MATCH_ENGINE_ERROR,
+ INSUFFICIENT_ACCESS,
///
- INVALID_ENTITY_FOR_MATCH_OPERATION_ERROR,
+ INSUFFICIENT_ACCESS_APEX_METADATA_DEPLOY,
///
- INVALID_EVENT_SUBSCRIPTION,
+ INTERNAL_CANVAS_ERROR,
///
- INVALID_FIELD,
+ INTERNAL_SERVER_ERROR,
///
- INVALID_FIELD_FOR_INSERT_UPDATE,
+ INVALID_ASSIGNMENT_RULE,
///
- INVALID_FIELD_WHEN_USING_TEMPLATE,
+ INVALID_AUTH_HEADER,
///
- INVALID_FILTER_ACTION,
+ INVALID_BATCH_REQUEST,
///
- INVALID_GOOGLE_DOCS_URL,
+ INVALID_BATCH_SIZE,
///
- INVALID_ID_FIELD,
+ INVALID_CLIENT,
///
- INVALID_INET_ADDRESS,
+ INVALID_CROSS_REFERENCE_KEY,
///
- INVALID_INPUT,
+ INVALID_DATE_FORMAT,
///
- INVALID_LINEITEM_CLONE_STATE,
+ INVALID_FIELD,
///
- INVALID_MASTER_OR_TRANSLATED_SOLUTION,
+ INVALID_FILTER_LANGUAGE,
///
- INVALID_MESSAGE_ID_REFERENCE,
+ INVALID_FILTER_VALUE,
///
- INVALID_OAUTH_URL,
+ INVALID_IDEMPOTENCY_KEY,
///
- INVALID_OPERATION,
+ INVALID_ID_FIELD,
///
- INVALID_OPERATOR,
+ INVALID_INPUT_COMBINATION,
///
- INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST,
+ INVALID_LOCALE_LANGUAGE,
///
- INVALID_OWNER,
+ INVALID_LOCATOR,
///
- INVALID_PACKAGE_LICENSE,
+ INVALID_LOGIN,
///
- INVALID_PACKAGE_VERSION,
+ INVALID_MULTIPART_REQUEST,
///
- INVALID_PARTNER_NETWORK_STATUS,
+ INVALID_NEW_PASSWORD,
///
- INVALID_PERSON_ACCOUNT_OPERATION,
+ INVALID_OLD_PASSWORD,
///
- INVALID_QUERY_LOCATOR,
+ INVALID_OPERATION,
///
- INVALID_READ_ONLY_USER_DML,
+ INVALID_OPERATION_WITH_EXPIRED_PASSWORD,
///
- INVALID_SAVE_AS_ACTIVITY_FLAG,
+ INVALID_PACKAGE_VERSION,
///
- INVALID_SESSION_ID,
-
- ///
- INVALID_SETUP_OWNER,
-
- ///
- INVALID_SIGNUP_COUNTRY,
-
- ///
- INVALID_SITE_DELETE_EXCEPTION,
+ INVALID_PAGING_OPTION,
///
- INVALID_SITE_FILE_IMPORTED_EXCEPTION,
+ INVALID_QUERY_FILTER_OPERATOR,
///
- INVALID_SITE_FILE_TYPE_EXCEPTION,
+ INVALID_QUERY_KEY,
///
- INVALID_STATUS,
+ INVALID_QUERY_LOCATOR,
///
- INVALID_SUBDOMAIN,
+ INVALID_QUERY_SCOPE,
///
- INVALID_TYPE,
+ INVALID_QUERY_VALUE,
///
- INVALID_TYPE_FOR_OPERATION,
+ INVALID_REPLICATION_DATE,
///
- INVALID_TYPE_ON_FIELD_IN_RECORD,
+ INVALID_SEARCH,
///
- INVALID_USERID,
+ INVALID_SEARCH_SCOPE,
///
- IP_RANGE_LIMIT_EXCEEDED,
+ INVALID_SESSION_ID,
///
- JIGSAW_IMPORT_LIMIT_EXCEEDED,
+ INVALID_SOAP_HEADER,
///
- KEY_HAS_BEEN_DESTROYED,
+ INVALID_SORT_OPTION,
///
- LICENSE_LIMIT_EXCEEDED,
+ INVALID_SSO_GATEWAY_URL,
///
- LIGHT_PORTAL_USER_EXCEPTION,
+ INVALID_TYPE,
///
- LIMIT_EXCEEDED,
+ INVALID_TYPE_FOR_OPERATION,
///
- MALFORMED_ID,
+ JIGSAW_ACTION_DISABLED,
///
- MANAGER_NOT_DEFINED,
+ JIGSAW_IMPORT_LIMIT_EXCEEDED,
///
- MASSMAIL_RETRY_LIMIT_EXCEEDED,
+ JIGSAW_REQUEST_NOT_SUPPORTED,
///
- MASS_MAIL_LIMIT_EXCEEDED,
+ JSON_PARSER_ERROR,
///
- MATCH_DEFINITION_ERROR,
+ KEY_HAS_BEEN_DESTROYED,
///
- MATCH_OPERATION_ERROR,
+ LICENSING_DATA_ERROR,
///
- MATCH_OPERATION_INVALID_ENGINE_ERROR,
+ LICENSING_UNKNOWN_ERROR,
///
- MATCH_OPERATION_INVALID_RULE_ERROR,
+ LIMIT_EXCEEDED,
///
- MATCH_OPERATION_MISSING_ENGINE_ERROR,
+ LOGIN_CHALLENGE_ISSUED,
///
- MATCH_OPERATION_MISSING_OBJECT_TYPE_ERROR,
+ LOGIN_CHALLENGE_PENDING,
///
- MATCH_OPERATION_MISSING_OPTIONS_ERROR,
+ LOGIN_DURING_RESTRICTED_DOMAIN,
///
- MATCH_OPERATION_MISSING_RULE_ERROR,
+ LOGIN_DURING_RESTRICTED_TIME,
///
- MATCH_OPERATION_UNKNOWN_RULE_ERROR,
+ LOGIN_MUST_USE_SECURITY_TOKEN,
///
- MATCH_OPERATION_UNSUPPORTED_VERSION_ERROR,
+ MALFORMED_ID,
///
- MATCH_RUNTIME_ERROR,
+ MALFORMED_QUERY,
///
- MATCH_SERVICE_UNAVAILABLE_ERROR,
+ MALFORMED_SEARCH,
///
- MAXIMUM_CCEMAILS_EXCEEDED,
+ MISMATCHING_VERSIONS,
///
- MAXIMUM_DASHBOARD_COMPONENTS_EXCEEDED,
+ MISSING_ARGUMENT,
///
- MAXIMUM_HIERARCHY_LEVELS_REACHED,
+ MISSING_RECORD,
///
- MAXIMUM_SIZE_OF_ATTACHMENT,
+ MODIFIED,
///
- MAXIMUM_SIZE_OF_DOCUMENT,
+ MULTIPLE_RECORDS_FOUND,
///
- MAX_ACTIONS_PER_RULE_EXCEEDED,
+ MUTUAL_AUTHENTICATION_FAILED,
///
- MAX_ACTIVE_RULES_EXCEEDED,
+ NOT_ACCEPTABLE,
///
- MAX_APPROVAL_STEPS_EXCEEDED,
+ NOT_MODIFIED,
///
- MAX_FORMULAS_PER_RULE_EXCEEDED,
+ NO_ACTIVE_DUPLICATE_RULE,
///
- MAX_RULES_EXCEEDED,
+ NO_RECIPIENTS,
///
- MAX_RULE_ENTRIES_EXCEEDED,
+ NO_SOFTPHONE_LAYOUT,
///
- MAX_TASK_DESCRIPTION_EXCEEEDED,
+ NUMBER_OUTSIDE_VALID_RANGE,
///
- MAX_TM_RULES_EXCEEDED,
+ OCR_INVALID_REQUEST,
///
- MAX_TM_RULE_ITEMS_EXCEEDED,
+ OPERATION_TOO_LARGE,
///
- MERGE_FAILED,
+ ORDER_MANAGEMENT_ACTION_NOT_ALLOWED,
///
- MISSING_ARGUMENT,
+ ORG_IN_MAINTENANCE,
///
- MIXED_DML_OPERATION,
+ ORG_IS_DOT_ORG,
///
- NONUNIQUE_SHIPPING_ADDRESS,
+ ORG_IS_SIGNING_UP,
///
- NO_APPLICABLE_PROCESS,
+ ORG_LOCKED,
///
- NO_ATTACHMENT_PERMISSION,
+ ORG_NOT_OWNED_BY_INSTANCE,
///
- NO_INACTIVE_DIVISION_MEMBERS,
+ PASSWORD_LOCKOUT,
///
- NO_MASS_MAIL_PERMISSION,
+ PAYLOAD_ITEM_MAP_ERROR,
///
- NO_SUCH_USER_EXISTS,
+ PORTAL_NO_ACCESS,
///
- NUMBER_OUTSIDE_VALID_RANGE,
+ POST_BODY_PARSE_ERROR,
///
- NUM_HISTORY_FIELDS_BY_SOBJECT_EXCEEDED,
+ PRODUCT_NOT_FOUND,
///
- OPTED_OUT_OF_MASS_MAIL,
+ QAT_HETEROGENOUS_CONTEXT_IDS,
///
- OP_WITH_INVALID_USER_TYPE_EXCEPTION,
+ QAT_INVALID_CONTEXT_ID,
///
- PACKAGE_LICENSE_REQUIRED,
+ QAT_INVALID_QUICK_ACTION,
///
- PACKAGING_API_INSTALL_FAILED,
+ QUERY_TIMEOUT,
///
- PACKAGING_API_UNINSTALL_FAILED,
+ QUERY_TOO_COMPLICATED,
///
- PORTAL_NO_ACCESS,
+ REALTIME_PROCESSING_TIME_EXCEEDED_LIMIT,
///
- PORTAL_USER_ALREADY_EXISTS_FOR_CONTACT,
+ RECORD_NOT_FOUND,
///
- PRIVATE_CONTACT_ON_ASSET,
+ REPORT_EXPORT_LIMIT_EXCEEDED,
///
- QUERY_TIMEOUT,
+ REQUEST_LIMIT_EXCEEDED,
///
- RECORD_IN_USE_BY_WORKFLOW,
+ REQUEST_RUNNING_TOO_LONG,
///
- REPUTATION_MINIMUM_NUMBER_NOT_REACHED,
+ SERVER_UNAVAILABLE,
///
- REQUEST_RUNNING_TOO_LONG,
+ SERVICE_DESK_NOT_ENABLED,
///
- REQUIRED_FEATURE_MISSING,
+ SOCIALCRM_FEEDSERVICE_API_CLIENT_EXCEPTION,
///
- REQUIRED_FIELD_MISSING,
+ SOCIALCRM_FEEDSERVICE_API_SERVER_EXCEPTION,
///
- SELF_REFERENCE_FROM_FLOW,
+ SOCIALCRM_FEEDSERVICE_API_UNAVAILABLE,
///
- SELF_REFERENCE_FROM_TRIGGER,
+ SPECIFICATION_GENERATION_EXCEPTION,
///
- SHARE_NEEDED_FOR_CHILD_OWNER,
+ SSO_SERVICE_DOWN,
///
- SINGLE_EMAIL_LIMIT_EXCEEDED,
+ SST_ADMIN_FILE_DOWNLOAD_EXCEPTION,
///
- STANDARD_PRICE_NOT_DEFINED,
+ STATE_TRANSITION_NOT_ALLOWED,
///
- STORAGE_LIMIT_EXCEEDED,
+ TOO_MANY_APEX_REQUESTS,
///
- STRING_TOO_LONG,
+ TOO_MANY_JOBS,
///
- SUBDOMAIN_IN_USE,
+ TOO_MANY_RECIPIENTS,
///
- TABSET_LIMIT_EXCEEDED,
+ TOO_MANY_RECORDS,
///
- TEMPLATE_NOT_ACTIVE,
+ TRIAL_EXPIRED,
///
- TEMPLATE_NOT_FOUND,
+ TXN_SECURITY_APEX_ERROR,
///
- TERRITORY_REALIGN_IN_PROGRESS,
+ TXN_SECURITY_END_A_SESSION,
///
- TEXT_DATA_OUTSIDE_SUPPORTED_CHARSET,
+ TXN_SECURITY_FAIL_CLOSE,
///
- TOO_MANY_APEX_REQUESTS,
+ TXN_SECURITY_METERING_ERROR,
///
- TOO_MANY_ENUM_VALUE,
+ TXN_SECURITY_NO_ACCESS,
///
- TOO_MANY_POSSIBLE_USERS_EXIST,
+ TXN_SECURITY_RUNTIME_ERROR,
///
- TRANSFER_REQUIRES_READ,
+ TXN_SECURITY_TWO_FA_REQUIRED,
///
UNABLE_TO_LOCK_ROW,
///
- UNAVAILABLE_RECORDTYPE_EXCEPTION,
-
- ///
- UNDELETE_FAILED,
+ UNKNOWN_ATTACHMENT_EXCEPTION,
///
UNKNOWN_EXCEPTION,
///
- UNSPECIFIED_EMAIL_ADDRESS,
-
- ///
- UNSUPPORTED_APEX_TRIGGER_OPERATON,
+ UNKNOWN_ORG_SETTING,
///
- UNVERIFIED_SENDER_ADDRESS,
+ UNSUPPORTED_API_VERSION,
///
- USER_OWNS_PORTAL_ACCOUNT_EXCEPTION,
+ UNSUPPORTED_ATTACHMENT_ENCODING,
///
- USER_WITH_APEX_SHARES_EXCEPTION,
+ UNSUPPORTED_CLIENT,
///
- VF_COMPILE_ERROR,
+ UNSUPPORTED_MEDIA_TYPE,
///
- WEBLINK_SIZE_LIMIT_EXCEEDED,
+ VERSION_NOT_FOUND,
///
- WEBLINK_URL_INVALID,
+ WEBSTORE_NOT_FOUND,
///
- WRONG_CONTROLLER_TYPE,
+ XML_PARSER_ERROR,
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeAvailableQuickActionResult {
-
- private string labelField;
+ public partial class ExtendedErrorDetails {
- private string nameField;
-
- private string typeField;
+ private ExtendedErrorCode extendedErrorCodeField;
- ///
- public string label {
- get {
- return this.labelField;
- }
- set {
- this.labelField = value;
- }
- }
+ private System.Xml.XmlElement[] anyField;
///
- public string name {
+ public ExtendedErrorCode extendedErrorCode {
get {
- return this.nameField;
+ return this.extendedErrorCodeField;
}
set {
- this.nameField = value;
+ this.extendedErrorCodeField = value;
}
}
///
- public string type {
+ [System.Xml.Serialization.XmlAnyElementAttribute()]
+ public System.Xml.XmlElement[] Any {
get {
- return this.typeField;
+ return this.anyField;
}
set {
- this.typeField = value;
+ this.anyField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeQuickActionDefaultValue {
+ public enum ExtendedErrorCode {
- private string defaultValueField;
+ ///
+ ACTIONCALL_DUPLICATE_INPUT_PARAM,
- private string fieldField;
+ ///
+ ACTIONCALL_DUPLICATE_OUTPUT_PARAM,
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string defaultValue {
- get {
- return this.defaultValueField;
- }
- set {
- this.defaultValueField = value;
- }
- }
+ ACTIONCALL_INPUT_VALIDATION_FAILED,
///
- public string field {
- get {
- return this.fieldField;
- }
- set {
- this.fieldField = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeQuickActionResult {
+ ACTIONCALL_INVALID_INPUT_PARAM_NAME,
- private System.Nullable accessLevelRequiredField;
+ ///
+ ACTIONCALL_MISSING_NAME,
- private string canvasApplicationNameField;
+ ///
+ ACTIONCALL_MISSING_REQUIRED_PARAM,
- private DescribeColor[] colorsField;
+ ///
+ ACTIONCALL_MISSING_REQUIRED_TYPE,
- private string contextSobjectTypeField;
+ ///
+ ACTIONCALL_NOT_FOUND_WITH_NAME_AND_TYPE,
- private DescribeQuickActionDefaultValue[] defaultValuesField;
+ ///
+ ACTIONCALL_NOT_SUPPORTED_FOR_PROCESSTYPE,
- private System.Nullable heightField;
+ ///
+ ACTIONCALL_NOT_SUPPORTED_FOR_TRIGGERTYPE,
- private string iconNameField;
+ ///
+ ACTIONCALL_TRANSACTION_MODEL_NOT_ALLOWED,
- private string iconUrlField;
+ ///
+ ACTIONCALL_TRANSACTION_MODEL_NOT_SUPPORTED,
- private DescribeIcon[] iconsField;
+ ///
+ ACTIONCALL_TRIGGERING_RECORD_MISMATCHED_OBJECTTYPE,
- private string labelField;
+ ///
+ ACTION_CALL_INVALID_CONFIGURATION,
- private DescribeLayoutSection[] layoutField;
+ ///
+ ACTION_CALL_INVALID_INPUT_PARAM,
- private string miniIconUrlField;
+ ///
+ ACTION_CALL_INVALID_OUTPUT_PARAM,
- private string nameField;
+ ///
+ ADDING_ATTACHMENT_QUESTIONS_ADDITION_TO_EXISTING_SURVEY,
- private string targetParentFieldField;
+ ///
+ APEXCALLOUT_INPUT_DUPLICATE,
- private string targetRecordTypeIdField;
+ ///
+ APEXCALLOUT_INPUT_INCOMPATIBLE_DATATYPE,
- private string targetSobjectTypeField;
+ ///
+ APEXCALLOUT_INVALID,
- private string typeField;
+ ///
+ APEXCALLOUT_MISSING_CLASSNAME,
- private string visualforcePageNameField;
+ ///
+ APEXCALLOUT_NOT_FOUND,
- private System.Nullable widthField;
+ ///
+ APEXCALLOUT_OUTPUT_INCOMPATIBLE_DATATYPE,
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable accessLevelRequired {
- get {
- return this.accessLevelRequiredField;
- }
- set {
- this.accessLevelRequiredField = value;
- }
- }
+ APEXCALLOUT_OUTPUT_INVALID,
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string canvasApplicationName {
- get {
- return this.canvasApplicationNameField;
- }
- set {
- this.canvasApplicationNameField = value;
- }
- }
+ APEXCALLOUT_REQUIRED_INPUT_MISSING,
///
- [System.Xml.Serialization.XmlElementAttribute("colors")]
- public DescribeColor[] colors {
- get {
- return this.colorsField;
- }
- set {
- this.colorsField = value;
- }
- }
+ APEXCLASS_MISSING_INTERFACE,
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string contextSobjectType {
- get {
- return this.contextSobjectTypeField;
- }
- set {
- this.contextSobjectTypeField = value;
- }
- }
+ APEX_CLASS_VARIABLE_NOT_FOUND,
///
- [System.Xml.Serialization.XmlElementAttribute("defaultValues", IsNullable=true)]
- public DescribeQuickActionDefaultValue[] defaultValues {
+ ASSIGNEE_AUTOPROC,
+
+ ///
+ ASSIGNEE_USER_USERNAME,
+
+ ///
+ ASSIGNMENTITEM_ELEMENT_MISSING_DATATYPE,
+
+ ///
+ ASSIGNMENTITEM_ELEMENT_NOT_SUPPORTED,
+
+ ///
+ ASSIGNMENTITEM_FIELD_INVALID_DATATYPE,
+
+ ///
+ ASSIGNMENTITEM_FIELD_INVALID_DATATYPE_WITH_ELEMENT,
+
+ ///
+ ASSIGNMENTITEM_INCOMPATIBLE_DATATYPES,
+
+ ///
+ ASSIGNMENTITEM_INVALID_ASSIGNTOREFERENCE,
+
+ ///
+ ASSIGNMENTITEM_INVALID_COLLECTION,
+
+ ///
+ ASSIGNMENTITEM_INVALID_DATATYPE_IN_ELEMENT,
+
+ ///
+ ASSIGNMENTITEM_INVALID_ELEMENTREFERENCE,
+
+ ///
+ ASSIGNMENTITEM_INVALID_MERGE_FIELD,
+
+ ///
+ ASSIGNMENTITEM_INVALID_OPERATOR,
+
+ ///
+ ASSIGNMENTITEM_INVALID_REFERENCE,
+
+ ///
+ ASSIGNMENTITEM_INVALID_VALUE,
+
+ ///
+ ASSIGNMENTITEM_LEFT_DATATYPE_INVALID_FOR_OPERATOR,
+
+ ///
+ ASSIGNMENTITEM_MODIFIES_NONVARIABLE,
+
+ ///
+ ASSIGNMENTITEM_NONEXISTENT_REFERENCE,
+
+ ///
+ ASSIGNMENTITEM_REQUIRED,
+
+ ///
+ ASSIGNMENTITEM_RIGHT_DATATYPE_INVALID_FOR_OPERATOR,
+
+ ///
+ AUTOLAUNCHED_CHOICELOOKUP_NOT_SUPPORTED,
+
+ ///
+ AUTOLAUNCHED_CHOICE_NOT_SUPPORTED,
+
+ ///
+ AUTOLAUNCHED_SCREEN_NOT_SUPPORTED,
+
+ ///
+ AUTOLAUNCHED_STEP_NOT_SUPPORTED,
+
+ ///
+ AUTOLAUNCHED_SUBFLOW_INCOMPATIBLE_FLOWTYPE,
+
+ ///
+ AUTOLAUNCHED_WAIT_NOT_SUPPORTED,
+
+ ///
+ BEFORE_SAVE_FLOW_RECORD_UPDATE_CANNOT_HAVE_FAULT_CONNECTOR,
+
+ ///
+ BEFORE_SAVE_FLOW_RECORD_UPDATE_INVALID_REFERENCE,
+
+ ///
+ BEFORE_SAVE_FLOW_RECORD_UPDATE_REQUIRES_INPUTASSIGNMENTS,
+
+ ///
+ BOTH_START_NODE_AND_REFERENCE_FOUND,
+
+ ///
+ CHOICEFIELD_DEFAULT_CHOICE_NOT_FOUND,
+
+ ///
+ CHOICEFIELD_MISSING_CHOICE,
+
+ ///
+ CHOICELOOKUP_DATATYPE_INCOMPATIBLE_WITH_CHOICEFIELD,
+
+ ///
+ CHOICE_DATATYPE_INCOMPATIBLE_WITH_CHOICEFIELD,
+
+ ///
+ CHOICE_LOOKUP_COLLECTION_REFERENCE_NULL,
+
+ ///
+ CHOICE_LOOKUP_INVALID_COLLECTION_REFERENCE,
+
+ ///
+ CHOICE_NOT_SUPPORTED_FOR_SCREENFIELDTYPE,
+
+ ///
+ CHOICE_USED_MULTIPLE_TIMES_IN_SAME_FIELD,
+
+ ///
+ COLLECTION_PROCESSOR_DUPLICATE_MAPITEM,
+
+ ///
+ COLLECTION_PROCESSOR_INVALID_COLLECTION_REFERENCE,
+
+ ///
+ COLLECTION_PROCESSOR_INVALID_CONFIGURATION,
+
+ ///
+ COLLECTION_PROCESSOR_INVALID_OUTPUTSOBJECTTYPE,
+
+ ///
+ COLLECTION_PROCESSOR_MAX_SORT_FIELDS_LIMIT_EXCEEDED,
+
+ ///
+ COLLECTION_PROCESSOR_MISMATCHED_OBJECTTYPE,
+
+ ///
+ COLLECTION_PROCESSOR_MISSING_MAP,
+
+ ///
+ COLLECTION_PROCESSOR_MISSING_OUTPUTSOBJECTTYPE,
+
+ ///
+ COLLECTION_PROCESSOR_MISSING_PARAMETER,
+
+ ///
+ COLLECTION_PROCESSOR_MISSING_SORT,
+
+ ///
+ COLLECTION_PROCESSOR_NOT_SUPPORTED_FOR_API_VERSION,
+
+ ///
+ COLLECTION_PROCESSOR_REQUIRES_PERM,
+
+ ///
+ COLLECTION_PROCESSOR_SORT_FIELD_INVALID_FOR_OBJECT,
+
+ ///
+ COLLECTION_PROCESSOR_TYPE_NOT_SUPPORTED,
+
+ ///
+ COLLECTION_PROCESSOR_VARIABLE_NULL,
+
+ ///
+ CONDITION_BUILDER_MISSING_FLOW_VARIABLE,
+
+ ///
+ CONDITION_BUILDER_MISSING_REQUIRED_PERMISSIONS,
+
+ ///
+ CONDITION_BUILDER_UNSUPPORTED_FLOW_VARIABLE,
+
+ ///
+ CONDITION_INVALID_LEFTOPERAND,
+
+ ///
+ CONDITION_LOGIC_EXCEEDS_LIMIT,
+
+ ///
+ CONDITION_LOGIC_INVALID,
+
+ ///
+ CONDITION_LOGIC_MISSING,
+
+ ///
+ CONDITION_MISSING_DATATYPE,
+
+ ///
+ CONDITION_MISSING_OPERATOR,
+
+ ///
+ CONDITION_OPERAND_DATATYPES_INCOMPATIBLE,
+
+ ///
+ CONDITION_OPERAND_INCOMPATIBLE_WITH_ELEMENT,
+
+ ///
+ CONDITION_OPERATOR_INCOMPATIBLE,
+
+ ///
+ CONDITION_REFERENCED_ELEMENT_NOT_FOUND,
+
+ ///
+ CONDITION_RIGHTOPERAND_NULL,
+
+ ///
+ CONNECTOR_MISSING_TARGET,
+
+ ///
+ CONSTANT_INCLUDES_REFERENCES,
+
+ ///
+ CUSTOMEVENTS_NOT_ENABLED,
+
+ ///
+ CUSTOMEVENT_MISSING_PROCESSMETADATAVALUES,
+
+ ///
+ CUSTOMEVENT_OBJECTTYPE_NOT_FOUND,
+
+ ///
+ CUSTOMEVENT_OBJECTTYPE_NOT_SUPPORTED,
+
+ ///
+ CUSTOMEVENT_PROCESSMETADATAVALUES_MISSING_NAME,
+
+ ///
+ CUSTOMEVENT_PROCESSMETADATAVALUES_MORE_THAN_ONE_NAME,
+
+ ///
+ DATATYPE_INVALID,
+
+ ///
+ DATATYPE_MISSING,
+
+ ///
+ DATA_TYPE_NOT_SUPPORTED_FOR_PROCESSTYPE,
+
+ ///
+ DECISION_DEFAULT_CONNECTOR_MISSING_LABEL,
+
+ ///
+ DECISION_MISSING_OUTCOME,
+
+ ///
+ DYNAMIC_TYPE_MAPPING_MISSING,
+
+ ///
+ ELEMENT_CONNECTS_TO_SELF,
+
+ ///
+ ELEMENT_COORDINATES_INVALID,
+
+ ///
+ ELEMENT_INVALID_CONNECTOR,
+
+ ///
+ ELEMENT_INVALID_REFERENCE,
+
+ ///
+ ELEMENT_INVALID_REFERENCE_FOR_CONFLICTING_FIELD_VALUE,
+
+ ///
+ ELEMENT_MISSING_CONNECTOR,
+
+ ///
+ ELEMENT_MISSING_LABEL,
+
+ ///
+ ELEMENT_MISSING_NAME,
+
+ ///
+ ELEMENT_MISSING_REFERENCE,
+
+ ///
+ ELEMENT_MORE_THAN_ONE_FIELD,
+
+ ///
+ ELEMENT_NAME_INVALID,
+
+ ///
+ ELEMENT_NEVER_USED,
+
+ ///
+ ELEMENT_NOT_SUPPORTED_IN_SUBFLOW_FOR_TRIGGER_TYPE,
+
+ ///
+ ELEMENT_SCALE_SMALLER_THAN_DEFAULTVALUE,
+
+ ///
+ ELEMENT_SUBTYPE_NOT_SUPPORTED_FOR_ELEMENTTYPE,
+
+ ///
+ ELEMENT_SUBTYPE_NOT_SUPPORTED_FOR_PROCESSTYPE,
+
+ ///
+ EXTERNAL_OBJECTS_NOT_SUPPORTED,
+
+ ///
+ EXTERNAL_OBJECT_FIELDS_NOT_SUPPORTED,
+
+ ///
+ EX_AUTOLAUNCHED_SUBFLOW_INCOMPATIBLE_FLOWTYPE,
+
+ ///
+ FEATURE_DISABLED,
+
+ ///
+ FIELDASSIGNMENT_FIELD_INCOMPATIBLE_DATATYPE,
+
+ ///
+ FIELDASSIGNMENT_INVALID_DATATYPE,
+
+ ///
+ FIELDASSIGNMENT_INVALID_ELEMENT,
+
+ ///
+ FIELDASSIGNMENT_INVALID_REFERENCE,
+
+ ///
+ FIELDASSIGNMENT_MULTIPLE_REFERENCES_SAME_FIELD,
+
+ ///
+ FIELDASSIGNMENT_PICKLISTFIELD_INCOMPATIBLE_DATATYPE,
+
+ ///
+ FIELDASSIGNMENT_REFERENCED_ELEMENT_MISSING_DATATYPE,
+
+ ///
+ FIELDSERVICE_UNSUPPORTED_FIELD_TYPE,
+
+ ///
+ FIELD_INVALID_VALUE,
+
+ ///
+ FIELD_NOT_FOUND,
+
+ ///
+ FIELD_RELATIONSHIP_NOT_SUPPORTED,
+
+ ///
+ FIELD_TYPE_NOT_SUPPORTED_AS_CHILD_OF_SCREENFIELD_REGION_OR_REGIONCONTAINER,
+
+ ///
+ FIELD_TYPE_NOT_SUPPORTED_AS_PARENT,
+
+ ///
+ FIELD_VALUE_REQUIRES_PERM,
+
+ ///
+ FLEXIPAGE_COMPONENT_ATTRIBUTE_EXPRESSION_EXCEPTION,
+
+ ///
+ FLEXIPAGE_COMPONENT_ATTRIBUTE_GENERIC_EXCEPTION,
+
+ ///
+ FLEXIPAGE_COMPONENT_ATTRIBUTE_MISSING_REQUIRED,
+
+ ///
+ FLEXIPAGE_COMPONENT_ATTRIBUTE_TOO_LONG,
+
+ ///
+ FLEXIPAGE_COMPONENT_CUSTOM_VALIDATION_EXCEPTION,
+
+ ///
+ FLEXIPAGE_COMPONENT_DESIGN_EXCEPTION,
+
+ ///
+ FLEXIPAGE_COMPONENT_EVENT_DUPLICATE_TARGET_EXCEPTION,
+
+ ///
+ FLEXIPAGE_COMPONENT_EVENT_EMPTY_TARGET_MAPPING_EXCEPTION,
+
+ ///
+ FLEXIPAGE_COMPONENT_EVENT_INVALID_FORMFACTOR_EXCEPTION,
+
+ ///
+ FLEXIPAGE_COMPONENT_EVENT_INVALID_SERVICE_EXCEPTION,
+
+ ///
+ FLEXIPAGE_COMPONENT_EVENT_SOURCE_EXCEPTION,
+
+ ///
+ FLEXIPAGE_COMPONENT_MAX_LIMIT_EXCEPTION,
+
+ ///
+ FLEXIPAGE_COMPONENT_RULE_VALIDATION_EXCEPTION,
+
+ ///
+ FLEXIPAGE_DUPLICATE_PROPERTY_COMPONENT_EXCEPTION,
+
+ ///
+ FLEXIPAGE_EVENT_ATTRIBUTE_GENERIC_EXCEPTION,
+
+ ///
+ FLEXIPAGE_INVALID_ITEM_INSTANCE_TYPE_EXCEPTION,
+
+ ///
+ FLEXIPAGE_INVALID_PROPERTY_TYPE_COMPONENT_EXCEPTION,
+
+ ///
+ FLEXIPAGE_INVALID_PROPERTY_TYPE_EVENT_TARGET_EXCEPTION,
+
+ ///
+ FLEXIPAGE_ITEM_INSTANCE_CUSTOM_VALIDATION_EXCEPTION,
+
+ ///
+ FLEXIPAGE_MAX_INTERACTIONS_EXCEPTION,
+
+ ///
+ FLEXIPAGE_PICKLIST_INVALID_VALUE_EXCEPTION,
+
+ ///
+ FLEXIPAGE_RENAMED_COMPONENT_VALIDATION_EXCEPTION,
+
+ ///
+ FLEXIPAGE_TEMPLATE_INVALID_SWITCH,
+
+ ///
+ FLOW_ALREADY_OVERRIDDEN,
+
+ ///
+ FLOW_COMPLEX_VALUE_COLLECTION_TYPE_EXPECTED,
+
+ ///
+ FLOW_COMPLEX_VALUE_INVALID_JSON,
+
+ ///
+ FLOW_COMPLEX_VALUE_INVALID_MERGE_FIELD,
+
+ ///
+ FLOW_COMPLEX_VALUE_NOT_SUPPORTED,
+
+ ///
+ FLOW_COMPLEX_VALUE_SCALAR_TYPE_EXPECTED,
+
+ ///
+ FLOW_CONTEXT_RECORD_ASSIGNMENT_VARIABLE_INVALID,
+
+ ///
+ FLOW_ELEMENT_SCALE_LESS_THAN_ZERO,
+
+ ///
+ FLOW_IMMEDIATE_PATH_INCOMPATIBLE_WITH_EXTERNAL_CALLOUTS,
+
+ ///
+ FLOW_IMMEDIATE_PATH_INCOMPATIBLE_WITH_EXTERNAL_OBJECTS,
+
+ ///
+ FLOW_INCLUDES_STEP,
+
+ ///
+ FLOW_INTERVIEW_BULK_EXECUTION,
+
+ ///
+ FLOW_INTERVIEW_HANDLED_ERROR,
+
+ ///
+ FLOW_INTERVIEW_INPUT_VALIDATION,
+
+ ///
+ FLOW_INTERVIEW_INTERACTION_NOT_FOUND,
+
+ ///
+ FLOW_INTERVIEW_INVALID_CHOICE_USER_INPUT,
+
+ ///
+ FLOW_INTERVIEW_INVALID_FIELD_VALUE,
+
+ ///
+ FLOW_INTERVIEW_INVALID_START_REQUEST,
+
+ ///
+ FLOW_INTERVIEW_LIMIT_EXCEEDED,
+
+ ///
+ FLOW_INTERVIEW_MISSING_CHOICE_FOR_REQUIRED_CHOICE_FIELD,
+
+ ///
+ FLOW_INTERVIEW_MISSING_VALUE_FOR_REQUIRED_INPUT_FIELD,
+
+ ///
+ FLOW_INTERVIEW_NAVIGATE,
+
+ ///
+ FLOW_INTERVIEW_RANGE_VALIDATION,
+
+ ///
+ FLOW_INTERVIEW_REGEX_VALIDATION,
+
+ ///
+ FLOW_INTERVIEW_RESUME_INTERVIEW,
+
+ ///
+ FLOW_INTERVIEW_SAVE_RESULT,
+
+ ///
+ FLOW_INTERVIEW_SET_CHOICE_SELECTED,
+
+ ///
+ FLOW_INTERVIEW_START_INTERVIEW,
+
+ ///
+ FLOW_INTERVIEW_TYPE_CONVERSION,
+
+ ///
+ FLOW_INVALID_NAME,
+
+ ///
+ FLOW_NAME_USED_IN_OTHER_CLIENT,
+
+ ///
+ FLOW_OVERRIDABLE_CANNOT_BE_OVERRIDE,
+
+ ///
+ FLOW_OVERRIDABLE_CANNOT_BE_TEMPLATE,
+
+ ///
+ FLOW_OVERRIDDEN_FLOW_INVALID_REFERENCE,
+
+ ///
+ FLOW_OVERRIDE_EXTRA_VARIABLE,
+
+ ///
+ FLOW_OVERRIDE_INCOMPATIBLE_PROCESS_TYPE,
+
+ ///
+ FLOW_OVERRIDE_INCOMPATIBLE_TYPE,
+
+ ///
+ FLOW_OVERRIDE_INCOMPATIBLE_VARIABLE,
+
+ ///
+ FLOW_RECORD_PRIOR_AUTOLAUNCH_UPDATE_ONLY,
+
+ ///
+ FLOW_RECORD_PRIOR_INVALID_IN_RECORD_CREATE,
+
+ ///
+ FLOW_RECORD_PRIOR_INVALID_IN_RECORD_DELETE,
+
+ ///
+ FLOW_RECORD_PRIOR_INVALID_IN_RECORD_UPDATE,
+
+ ///
+ FLOW_RECORD_PRIOR_READ_ONLY,
+
+ ///
+ FLOW_REFERENCES_APEX_CLASS_NOT_IN_SAME_PACKAGE,
+
+ ///
+ FLOW_RULE_REQUIRE_RECORD_CHANGED_NEVER_CHECKED_FOR_RECORD_PRIOR,
+
+ ///
+ FLOW_SCHEDULED_PATH_ALLOWED_ONE_ASYNCAFTERCOMMIT_PATH,
+
+ ///
+ FLOW_SCHEDULED_PATH_ASYNCAFTERCOMMIT_REQUIRES_RECORD_CHANGED_OR_ISCHANGED,
+
+ ///
+ FLOW_SCHEDULED_PATH_CANNOT_USE_IS_CHANGED,
+
+ ///
+ FLOW_SCHEDULED_PATH_INCOMPATIBLE_TIME_SOURCE,
+
+ ///
+ FLOW_SCHEDULED_PATH_INCOMPATIBLE_WHEN_DECISION_REQUIRES_RECORD_CHANGED,
+
+ ///
+ FLOW_SCHEDULED_PATH_INCOMPATIBLE_WITH_FLOW_TRIGGER_TYPE,
+
+ ///
+ FLOW_SCHEDULED_PATH_INCOMPATIBLE_WITH_RECORD_PRIOR,
+
+ ///
+ FLOW_SCHEDULED_PATH_INVALID_BATCH_SIZE,
+
+ ///
+ FLOW_SCHEDULED_PATH_INVALID_OFFSET,
+
+ ///
+ FLOW_SCHEDULED_PATH_REQUIRES_DEFAULT_WORKFLOW_USER,
+
+ ///
+ FLOW_SCHEDULED_PATH_REQUIRES_RECORD_CHANGED_TO_MEET_CRITERIA,
+
+ ///
+ FLOW_SCHEDULE_INFORMATION_INCOMPLETE,
+
+ ///
+ FLOW_SOBJECT_VARIABLE_NOT_PERSISTED,
+
+ ///
+ FLOW_SOURCE_TEMPLATE_INVALID_REFERENCE,
+
+ ///
+ FLOW_STAGE_INCLUDES_REFERENCES,
+
+ ///
+ FLOW_STAGE_ORDER_DUPLICATE,
+
+ ///
+ FLOW_STAGE_ORDER_OUT_OF_RANGE,
+
+ ///
+ FLOW_SYSTEM_VARIABLE_NOT_SUPPORTED_FOR_TRIGGERTYPE,
+
+ ///
+ FLOW_TRIGGER_DERIVED_FIELD_NOT_SUPPORTED,
+
+ ///
+ FLOW_TRIGGER_ORDER_OUT_OF_BOUNDS,
+
+ ///
+ FLOW_TRIGGER_TYPE_INCOMPATIBLE_WITH_RECORD_TRIGGER_TYPE,
+
+ ///
+ FORMULA_CMT_LIMIT_EXCEEDED,
+
+ ///
+ FORMULA_EXPRESSION_INVALID,
+
+ ///
+ GLOBAL_VARIABLE_NOT_SUPPORTED_FOR_PROCESSTYPE,
+
+ ///
+ HTTP_METHOD_NOT_SUPPORTED,
+
+ ///
+ INCONSISTENT_DYNAMIC_TYPE_MAPPING,
+
+ ///
+ INCONSISTENT_VALUE_FOR_DYNAMIC_VALUE_FIELD,
+
+ ///
+ INPUTPARAM_CONFIGURATION_NOT_FOUND,
+
+ ///
+ INPUTPARAM_INCOMPATIBLE_CONFIGURATION_ONLY,
+
+ ///
+ INPUTPARAM_INCOMPATIBLE_DATATYPE,
+
+ ///
+ INPUTPARAM_INCOMPATIBLE_WITH_COLLECTION_VARIABLE,
+
+ ///
+ INPUTPARAM_INCOMPATIBLE_WITH_NONCOLLECTION_VARIABLE,
+
+ ///
+ INPUTPARAM_MISMATCHED_OBJECTTYPE,
+
+ ///
+ INVALID_ASSIGNEE,
+
+ ///
+ INVALID_EMAIL_ADDRESS,
+
+ ///
+ INVALID_FLOW,
+
+ ///
+ INVALID_FLOW_INTERVIEW,
+
+ ///
+ INVALID_REGEX_IN_SURVEY_QUESTIONS,
+
+ ///
+ INVALID_SENDER_TYPE,
+
+ ///
+ INVALID_SURVEY_VARIABLE_NAME_OR_TYPE,
+
+ ///
+ LOOP_ASSIGNNEXTVALUETO_MISMATCHED_APEXCLASSTYPE,
+
+ ///
+ LOOP_ASSIGNNEXTVALUETO_MISMATCHED_DATATYPE,
+
+ ///
+ LOOP_ASSIGNNEXTVALUETO_MISMATCHED_OBJECTTYPE,
+
+ ///
+ LOOP_ASSIGNNEXTVALUETO_MISSING,
+
+ ///
+ LOOP_ASSIGNNEXTVALUETO_MISSING_VARIABLE,
+
+ ///
+ LOOP_ASSIGNNEXTVALUETO_REFERENCE_NOT_FOUND,
+
+ ///
+ LOOP_COLLECTION_ELEMENT_NOT_FOUND,
+
+ ///
+ LOOP_COLLECTION_NOT_FOUND,
+
+ ///
+ LOOP_COLLECTION_NOT_SUPPORTED_FOR_FIELD,
+
+ ///
+ LOOP_MISSING_COLLECTION,
+
+ ///
+ MAX_EXTERNAL_REFERENCES_IN_QUERY,
+
+ ///
+ MAX_STATEMENT_SIZE,
+
+ ///
+ MISSING_ASSIGNEE,
+
+ ///
+ MISSING_ASSIGNEE_TYPE,
+
+ ///
+ MISSING_EMAIL_RECIPIENTS,
+
+ ///
+ MULTIPLE_ASSIGNEES_NOT_ALLOWED,
+
+ ///
+ NON_EXPOSED_COMPONENT_IN_FLOW,
+
+ ///
+ NON_GLOBAL_COMPONENT_IN_EXPORTED_FLOW,
+
+ ///
+ NUMBER_OF_SCREENFIELD_REGIONS_EXCEEDS_LIMIT,
+
+ ///
+ OBJECTTYPE_INVALID,
+
+ ///
+ OBJECT_CANNOT_BE_CREATED,
+
+ ///
+ OBJECT_CANNOT_BE_DELETED,
+
+ ///
+ OBJECT_CANNOT_BE_QUERIED,
+
+ ///
+ OBJECT_CANNOT_BE_UPDATED,
+
+ ///
+ OBJECT_ENCRYPTED_FIELDS_NOT_SUPPORTED,
+
+ ///
+ OBJECT_NOT_FOUND,
+
+ ///
+ OBJECT_TYPE_DOES_NOT_EXIST,
+
+ ///
+ ORCHESTRATION_REQUIRESASYNCPROCESSING_NOT_SUPPORTED,
+
+ ///
+ ORG_WIDE_EMAIL_INVALID,
+
+ ///
+ ORG_WIDE_EMAIL_NOT_USED,
+
+ ///
+ OUTPUTPARAM_ASSIGNTOREFERENCE_INVALID,
+
+ ///
+ OUTPUTPARAM_ASSIGNTOREFERENCE_NOTFOUND,
+
+ ///
+ OUTPUTPARAM_INCOMPATIBLE_DATATYPE,
+
+ ///
+ OUTPUTPARAM_MISMATCHED_OBJECTTYPE,
+
+ ///
+ OUTPUTPARAM_MISMATCHED_WITH_COLLECTION_VARIABLE,
+
+ ///
+ OUTPUTPARAM_MISSING_ASSIGNTOREFERENCE,
+
+ ///
+ OUTPUTPARAM_MISTMATCHED_WITH_NONCOLLECTION_VARIABLE,
+
+ ///
+ PARAM_DATATYPE_NOT_SUPPORTED,
+
+ ///
+ PAST_SCHEDULE_FLOW_WILL_NOT_RUN,
+
+ ///
+ PRICE_ADJUSTMENT_TIER_VALIDATION_ERROR,
+
+ ///
+ PROCESSMETADATAVALUES_NOT_SUPPORTED_FOR_PROCESSTYPE,
+
+ ///
+ PROCESSMETADATAVALUE_NONEXISTENT_ELEMENT,
+
+ ///
+ PROCESSTYPE_COMPONENTTYPE_NOT_SUPPORTED,
+
+ ///
+ PROCESSTYPE_ELEMENT_CONFIG_NOT_SUPPORTED,
+
+ ///
+ PROCESSTYPE_ELEMENT_NOT_SUPPORTED,
+
+ ///
+ PROCESSTYPE_EVALUATIONFLOW_REQUIRED,
+
+ ///
+ PROCESSTYPE_NOT_SUPPORTED,
+
+ ///
+ PROCESSTYPE_SCREEN_FIELDTYPE_NOT_SUPPORTED,
+
+ ///
+ PROCESS_TYPE_INCOMPATIBLE,
+
+ ///
+ RECOMMENDATION_STRATEGY_EXCEPTION,
+
+ ///
+ RECORDFILTER_ENCRYPTED_FIELDS_NOT_SUPPORTED,
+
+ ///
+ RECORDFILTER_GEOLOCATION_FIELDS_NOT_SUPPORTED,
+
+ ///
+ RECORDFILTER_INVALID_DATATYPE,
+
+ ///
+ RECORDFILTER_INVALID_ELEMENT,
+
+ ///
+ RECORDFILTER_INVALID_OPERATOR,
+
+ ///
+ RECORDFILTER_INVALID_REFERENCE,
+
+ ///
+ RECORDFILTER_MISSING_DATATYPE,
+
+ ///
+ RECORDFILTER_MULTIPLE_QUERIES_SAME_FIELD,
+
+ ///
+ RECORDFILTER_NON_PRIMITIVE,
+
+ ///
+ RECORDLOOKUP_IDASSIGNMENT_VARIABLE_INCOMPATIBLE_DATATYPE,
+
+ ///
+ RECORDLOOKUP_IDASSIGNMENT_VARIABLE_NOT_FOUND,
+
+ ///
+ RECORDUPDATE_MISSING_FILTERS,
+
+ ///
+ REFERENCED_ELEMENT_NOT_FOUND,
+
+ ///
+ REQUIRED_VARIABLE_INVALID,
+
+ ///
+ REQUIRED_VARIABLE_MISSING,
+
+ ///
+ RESOURCE_NOT_SUPPORTED,
+
+ ///
+ RULE_MISSING_CONDITION,
+
+ ///
+ RULE_REQUIRE_RECORD_CHANGED_NEVER_CHECKED,
+
+ ///
+ SCHEDULE_TRIGGERED_FLOW_REQUIRES_DEFAULT_WORKFLOW_USER,
+
+ ///
+ SCREENCOMPONENT_CONTAINS_VISIBILITY_RULE,
+
+ ///
+ SCREENFIELD_API_VERSION_NOT_SUPPORTED,
+
+ ///
+ SCREENFIELD_BOOLEAN_ISREQUIRED_IS_FALSE,
+
+ ///
+ SCREENFIELD_CANNOT_HAVE_BOTH_DEFAULTVALUE_AND_DEFAULTSELECTEDCHOICEREFERENCE,
+
+ ///
+ SCREENFIELD_DEFAULTVALUE_NOT_SUPPORTED,
+
+ ///
+ SCREENFIELD_EXTENSION_DUPLICATE_INPUT_PARAM,
+
+ ///
+ SCREENFIELD_EXTENSION_DUPLICATE_OUTPUT_PARAM,
+
+ ///
+ SCREENFIELD_EXTENSION_IMPLEMENTATION_INVALID,
+
+ ///
+ SCREENFIELD_EXTENSION_INPUT_ATTRIBUTE_INVALID,
+
+ ///
+ SCREENFIELD_EXTENSION_NAME_INVALID,
+
+ ///
+ SCREENFIELD_EXTENSION_NAME_MISSING,
+
+ ///
+ SCREENFIELD_EXTENSION_NAME_NOT_SUPPORTED,
+
+ ///
+ SCREENFIELD_EXTENSION_OUTPUT_ATTRIBUTE_INVALID,
+
+ ///
+ SCREENFIELD_EXTENSION_REQUIRED_INPUT_MISSING,
+
+ ///
+ SCREENFIELD_INPUTS_NOT_SUPPORTED,
+
+ ///
+ SCREENFIELD_INPUTS_ON_NEXT_NAV_TO_ASSOC_SCRN_NOT_SUPPORTED,
+
+ ///
+ SCREENFIELD_INVALID_DATATYPE,
+
+ ///
+ SCREENFIELD_MULTISELECTCHOICE_SEMICOLON_NOT_SUPPORTED,
+
+ ///
+ SCREENFIELD_OBJECTFIELDREFERENCE_INVALID_FORMAT,
+
+ ///
+ SCREENFIELD_OBJECTPROVIDED_CANNOT_HAVE_DEFAULTVALUE,
+
+ ///
+ SCREENFIELD_OBJECTPROVIDED_CANNOT_HAVE_HELPTEXT,
+
+ ///
+ SCREENFIELD_OBJECTPROVIDED_ISREQUIRED_NOT_SUPPORTED,
+
+ ///
+ SCREENFIELD_OBJECTPROVIDED_LIGHTNING_RUNTIME_DISABLED,
+
+ ///
+ SCREENFIELD_OBJECTPROVIDED_MISSING_OBJECTFIELDREFERENCE,
+
+ ///
+ SCREENFIELD_OUTPUTS_NOT_SUPPORTED,
+
+ ///
+ SCREENFIELD_REGION_CONTAINS_DUPLICATE_INPUT_PARAMETER_VALUES,
+
+ ///
+ SCREENFIELD_REGION_INPUT_PARAMETER_NOT_SUPPORTED,
+
+ ///
+ SCREENFIELD_REGION_MISSING_REQUIRED_PERMISSIONS,
+
+ ///
+ SCREENFIELD_REGION_NOT_IN_CONTAINER,
+
+ ///
+ SCREENFIELD_REGION_REQUIRED_INPUT_PARAMETER_MISSING,
+
+ ///
+ SCREENFIELD_REGION_WIDTH_SUM_EXCEEDS_LIMIT,
+
+ ///
+ SCREENFIELD_REGION_WIDTH_VALUE_INVALID,
+
+ ///
+ SCREENFIELD_TYPE_NOT_SUPPORTED,
+
+ ///
+ SCREENFIELD_TYPE_NOT_SUPPORTED_FOR_API_VERSION,
+
+ ///
+ SCREENFIELD_USERINPUT_NOT_SUPPORTED_FOR_CHOICETYPE,
+
+ ///
+ SCREENFIELD_VALIDATIONRULE_NOT_SUPPORTED,
+
+ ///
+ SCREENFOOTER_MERGEFIELD_NOT_SUPPORTED,
+
+ ///
+ SCREENRULE_ACTION_INVALID_ATTRIBUTE,
+
+ ///
+ SCREENRULE_ACTION_INVALID_ATTRIBUTE_FOR_API_VERSION,
+
+ ///
+ SCREENRULE_ACTION_INVALID_VALUE,
+
+ ///
+ SCREENRULE_ACTION_MISSING_ATTRIBUTE,
+
+ ///
+ SCREENRULE_ACTION_MISSING_FIELDREFERENCE,
+
+ ///
+ SCREENRULE_ACTION_MISSING_VALUE,
+
+ ///
+ SCREENRULE_ATTRIBUTE_NOT_SUPPORTED_FOR_SCREENFIELD,
+
+ ///
+ SCREENRULE_FIELD_NOT_FOUND_ON_SCREEN,
+
+ ///
+ SCREENRULE_MISSING_ACTION,
+
+ ///
+ SCREENRULE_NOT_SUPPORTED_IN_ORG,
+
+ ///
+ SCREENRULE_SCREENFIELD_NOT_VISIBLE,
+
+ ///
+ SCREENRULE_VISIBILITY_NOT_SUPPORTED_IN_ORG,
+
+ ///
+ SCREEN_ALLOWBACK_ALLOWFINISH_BOTH_FALSE,
+
+ ///
+ SCREEN_CONTAINS_LIGHTNING_COMPONENT,
+
+ ///
+ SCREEN_CONTAINS_REGION_CONTAINER_COMPONENT,
+
+ ///
+ SCREEN_MISSING_FOOTER_AND_LIGHTNING_COMPONENT,
+
+ ///
+ SCREEN_MISSING_LABEL,
+
+ ///
+ SCREEN_MULTISELECTFIELD_DOESNT_SUPPORT_CHOICE_WITH_USERINPUT,
+
+ ///
+ SCREEN_PAUSEDTEXT_NOT_SHOWN_WHEN_ALLOWPAUSE_IS_FALSE,
+
+ ///
+ SETTING_FIELD_MAKES_OTHER_FIELD_REQUIRED,
+
+ ///
+ SETTING_FIELD_MAKES_OTHER_FIELD_UNSUPPORTED,
+
+ ///
+ SETTING_FIELD_VALUE_MAKES_OTHER_FIELD_UNSUPPORTED,
+
+ ///
+ SETTING_FIELD_VALUE_MAKES_OTHER_FIELD_VALUE_UNSUPPORTED,
+
+ ///
+ SLACK_API_EXCEPTION_EXTENSION,
+
+ ///
+ SOBJECT_ELEMENT_INCOMPATIBLE_DATATYPE,
+
+ ///
+ SOBJECT_ELEMENT_MISMATCHED_OBJECTTYPE,
+
+ ///
+ SORT_ENCRYPTED_FIELDS_NOT_SUPPORTED,
+
+ ///
+ SORT_FIELD_MISSING,
+
+ ///
+ SORT_FIELD_NOT_SUPPORTED,
+
+ ///
+ SORT_GEOLOCATION_FIELDS_NOT_SUPPORTED,
+
+ ///
+ SORT_LIMIT_INVALID,
+
+ ///
+ SORT_ORDER_MISSING,
+
+ ///
+ SPECIFIC_FIELD_VALUE_MAKES_OTHER_FIELD_REQUIRED,
+
+ ///
+ STAGE_NAME_NOT_FULLY_QUALIFIED,
+
+ ///
+ START_ELEMENT_MISSING,
+
+ ///
+ SUBFLOW_DESKTOP_DESIGNER_FLOWS_NOT_SUPPORTED,
+
+ ///
+ SUBFLOW_DIFFERENT_RUNMODE,
+
+ ///
+ SUBFLOW_INPUT_ELEMENT_INCOMPATIBLE_DATATYPES,
+
+ ///
+ SUBFLOW_INPUT_INVALID_VALUE,
+
+ ///
+ SUBFLOW_INPUT_MISMATCHED_APEX_CLASS,
+
+ ///
+ SUBFLOW_INPUT_MISMATCHED_COLLECTIONTYPES,
+
+ ///
+ SUBFLOW_INPUT_MISMATCHED_OBJECTS,
+
+ ///
+ SUBFLOW_INPUT_MISSING_NAME,
+
+ ///
+ SUBFLOW_INPUT_MULTIPLE_ASSIGNMENTS_TO_ONE_VARIABLE,
+
+ ///
+ SUBFLOW_INPUT_REFERENCES_FIELD_ON_SOBJECT_VARIABLE,
+
+ ///
+ SUBFLOW_INPUT_VALUE_INCOMPATIBLE_DATATYPES,
+
+ ///
+ SUBFLOW_INPUT_VARIABLE_NOT_FOUND_IN_MASTERFLOW,
+
+ ///
+ SUBFLOW_INPUT_VARIABLE_NOT_FOUND_IN_REFERENCEDFLOW,
+
+ ///
+ SUBFLOW_INPUT_VARIABLE_NO_INPUT_ACCESS,
+
+ ///
+ SUBFLOW_INVALID_NAME,
+
+ ///
+ SUBFLOW_INVALID_REFERENCE,
+
+ ///
+ SUBFLOW_MASTER_FLOW_TYPE_NOT_AUTOLAUNCHED,
+
+ ///
+ SUBFLOW_MISSING_NAME,
+
+ ///
+ SUBFLOW_NO_ACTIVE_VERSION,
+
+ ///
+ SUBFLOW_OUTPUT_INCOMPATIBLE_DATATYPES,
+
+ ///
+ SUBFLOW_OUTPUT_MISMATCHED_APEX_CLASS,
+
+ ///
+ SUBFLOW_OUTPUT_MISMATCHED_COLLECTIONTYPES,
+
+ ///
+ SUBFLOW_OUTPUT_MISMATCHED_OBJECTS,
+
+ ///
+ SUBFLOW_OUTPUT_MISSING_ASSIGNTOREFERENCE,
+
+ ///
+ SUBFLOW_OUTPUT_MISSING_NAME,
+
+ ///
+ SUBFLOW_OUTPUT_MULTIPLE_ASSIGNMENTS_TO_ONE_VARIABLE,
+
+ ///
+ SUBFLOW_OUTPUT_REFERENCES_FIELD_ON_SOBJECT_VARIABLE,
+
+ ///
+ SUBFLOW_OUTPUT_TARGET_DOES_NOT_EXIST_IN_MASTER_FLOW,
+
+ ///
+ SUBFLOW_OUTPUT_VARIABLE_NOT_FOUND_IN_MASTERFLOW,
+
+ ///
+ SUBFLOW_OUTPUT_VARIABLE_NOT_FOUND_IN_REFERENCEDFLOW,
+
+ ///
+ SUBFLOW_OUTPUT_VARIABLE_NO_OUTPUT_ACCESS,
+
+ ///
+ SUBFLOW_PROCESSTYPE_NOT_SUPPORTED,
+
+ ///
+ SUBFLOW_PROCESS_TYPE_INCOMPATIBLE,
+
+ ///
+ SUBFLOW_REFERENCES_MASTERFLOW,
+
+ ///
+ SURVEY_ADVANCED_CONDITION_LOGIC_NOT_SUPPORTED,
+
+ ///
+ SURVEY_CHOICE_NOT_REFERENCED_BY_A_QUESTION,
+
+ ///
+ SURVEY_CHOICE_REFERENCED_BY_MULTIPLE_QUESTIONS,
+
+ ///
+ SURVEY_ELEMENT_NEVER_REACHED,
+
+ ///
+ SURVEY_ENRICH_INVALID_CONFIGURATION,
+
+ ///
+ SURVEY_INACTIVE_SUBFLOWS,
+
+ ///
+ SURVEY_INVALID_ATTACHMENT_QUESTION_CONFIGURATION,
+
+ ///
+ SURVEY_INVALID_CMT_CONFIGURED,
+
+ ///
+ SURVEY_INVALID_LINK_TARGET_IN_QUESTION_LABEL,
+
+ ///
+ SURVEY_INVALID_MERGE_FIELD_CONFIGURATION,
+
+ ///
+ SURVEY_INVALID_OUTPUT_VARIABLE,
+
+ ///
+ SURVEY_MISSING_QUESTION_OR_SUBFLOW,
+
+ ///
+ SURVEY_MISSING_REQUIRED_VARIABLES,
+
+ ///
+ SURVEY_MULTIPLE_SCREENS_CANNOT_CONNECT_TO_SAME_DECISION,
+
+ ///
+ SURVEY_NESTED_SUBFLOWS,
+
+ ///
+ SURVEY_NONSURVEY_SUBFLOWS,
+
+ ///
+ SURVEY_RULE_INVALID_RIGHT_OPERAND,
+
+ ///
+ SURVEY_SCREENFIELD_TYPE_NOT_SUPPORTED_FOR_QUESTION,
+
+ ///
+ SURVEY_START_ELEMENT_INVALID,
+
+ ///
+ SURVEY_VARIABLE_ACCESS_INVALID,
+
+ ///
+ SYSTEM_MODE_NOT_ALLOWED,
+
+ ///
+ TRIGGERED_FLOW_REDUNDANT_QUERY,
+
+ ///
+ TRIGGERING_RECORD_UPDATE_REQUIRES_INPUTASSIGNMENTS,
+
+ ///
+ TRIGGER_ORDER_NOT_SUPPORTED,
+
+ ///
+ TRIGGER_TYPE_CONTEXT_OBJECT_NOT_SUPPORTED,
+
+ ///
+ TRIGGER_TYPE_ELEMENT_NOT_SUPPORTED,
+
+ ///
+ TRIGGER_TYPE_INCOMPATIBLE_WITH_PROCESS_TYPE,
+
+ ///
+ TRIGGER_TYPE_NOT_ALLOWED_FOR_SUBFLOW,
+
+ ///
+ TYPE_MAPPING_DUPLICATED,
+
+ ///
+ TYPE_MAPPING_NAME_MISSING,
+
+ ///
+ TYPE_MAPPING_NOT_FOUND,
+
+ ///
+ TYPE_MAPPING_NOT_SUPPORTED,
+
+ ///
+ TYPE_MAPPING_NOT_SUPPORTED_FOR_API_VERSION,
+
+ ///
+ TYPE_MAPPING_NOT_SUPPORTED_FOR_PROCESS_TYPE,
+
+ ///
+ UNEXPECTED_ERROR,
+
+ ///
+ VALIDATION_EXCEPTION,
+
+ ///
+ VALUE_CHAR_LIMIT_EXCEEDED,
+
+ ///
+ VARIABLE_FIELD_NOT_SUPPORTED_FOR_DATATYPE,
+
+ ///
+ VARIABLE_FIELD_NOT_SUPPORTED_FOR_DATATYPE_AND_COLLECTION,
+
+ ///
+ VARIABLE_FIELD_REQUIRED_FOR_DATATYPE,
+
+ ///
+ VARIABLE_SCALE_EXCEEDS_LIMIT,
+
+ ///
+ VARIABLE_SCALE_NEGATIVE_INTEGER,
+
+ ///
+ VARIABLE_SCALE_NULL,
+
+ ///
+ VERSION_NOT_VALID,
+
+ ///
+ VISIBILITY_RULE_EXCEEDS_CONDITION_LIMIT,
+
+ ///
+ VISIBILITY_RULE_NOT_AVAILABLE_IN_ORG,
+
+ ///
+ VISIBILITY_RULE_NOT_SUPPORTED_FOR_API_VERSION,
+
+ ///
+ VISIBILITY_RULE_NOT_SUPPORTED_FOR_PROCESSTYPE,
+
+ ///
+ VISIBILITY_RULE_NO_CONDITIONS,
+
+ ///
+ WAITEVENT_DEFAULT_CONNECTOR_MISSING_LABEL,
+
+ ///
+ WAITEVENT_DUPLICATE_INPUT_PARAM,
+
+ ///
+ WAITEVENT_INPUT_NOT_SUPPORTED_FOR_EVENTTYPE,
+
+ ///
+ WAITEVENT_INPUT_REQUIRES_LITERAL_VALUE,
+
+ ///
+ WAITEVENT_INVALID_CONDITION_LOGIC,
+
+ ///
+ WAITEVENT_MISSING,
+
+ ///
+ WAITEVENT_MISSING_CONNECTOR,
+
+ ///
+ WAITEVENT_MISSING_EVENTTYPE,
+
+ ///
+ WAITEVENT_OBJECT_NOT_SUPPORTED_FOR_EVENTTYPE,
+
+ ///
+ WAITEVENT_OUTPUT_NOT_SUPPORTED_FOR_EVENTTYPE,
+
+ ///
+ WAITEVENT_RELATIVEALARM_INVALID_DATETIME_FIELD,
+
+ ///
+ WAITEVENT_RELATIVEALARM_INVALID_FIELD,
+
+ ///
+ WAITEVENT_RELATIVEALARM_INVALID_OBJECTTYPE,
+
+ ///
+ WAITEVENT_RELATIVEALARM_INVALID_OFFSETNUMBER,
+
+ ///
+ WAITEVENT_RELATIVEALARM_INVALID_OFFSETUNIT,
+
+ ///
+ WAITEVENT_REQUIRED_INPUT_MISSING,
+
+ ///
+ WAITEVENT_TYPE_INVALID_OR_NOT_SUPPORTED,
+
+ ///
+ WORKFLOW_MISSING_PROCESSMETADATAVALUES,
+
+ ///
+ WORKFLOW_OBJECTTYPE_NOT_FOUND,
+
+ ///
+ WORKFLOW_OBJECTTYPE_NOT_SUPPORTED,
+
+ ///
+ WORKFLOW_OBJECTVARIABLE_AND_OLDOBJECTVARIABLE_REFERENCE_SAME_SOBJECT_VARIABLE,
+
+ ///
+ WORKFLOW_OBJECTVARIABLE_DOESNT_SUPPORT_INPUT,
+
+ ///
+ WORKFLOW_OLDOBJECTVARIABLE_DOESNT_SUPPORT_INPUT,
+
+ ///
+ WORKFLOW_PROCESSMETADATAVALUES_MORE_THAN_ONE_NAME,
+
+ ///
+ WORKFLOW_PROCESS_METADATAVALUES_MISSING_NAME,
+
+ ///
+ WORKFLOW_RECURSIVECOUNTVARIABLE_DOESNT_SUPPORT_INPUT,
+
+ ///
+ WORKFLOW_RULE_NOT_DEACTIVATED,
+
+ ///
+ WORKFLOW_TRIGGERTYPE_INVALID_VALUE,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class UnexpectedErrorFault : ApiFault {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class InvalidIdFault : ApiFault {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class InvalidOldPasswordFault : ApiFault {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class InvalidNewPasswordFault : ApiFault {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class InvalidQueryLocatorFault : ApiFault {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class LoginFault : ApiFault {
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(MalformedSearchFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(MalformedQueryFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(InvalidSObjectFault))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(InvalidFieldFault))]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class ApiQueryFault : ApiFault {
+
+ private int rowField;
+
+ private int columnField;
+
+ ///
+ public int row {
+ get {
+ return this.rowField;
+ }
+ set {
+ this.rowField = value;
+ }
+ }
+
+ ///
+ public int column {
+ get {
+ return this.columnField;
+ }
+ set {
+ this.columnField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class MalformedSearchFault : ApiQueryFault {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class MalformedQueryFault : ApiQueryFault {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class InvalidSObjectFault : ApiQueryFault {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:fault.partner.soap.sforce.com")]
+ public partial class InvalidFieldFault : ApiQueryFault {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class OwnerChangeOption {
+
+ private OwnerChangeOptionType typeField;
+
+ private bool executeField;
+
+ ///
+ public OwnerChangeOptionType type {
+ get {
+ return this.typeField;
+ }
+ set {
+ this.typeField = value;
+ }
+ }
+
+ ///
+ public bool execute {
+ get {
+ return this.executeField;
+ }
+ set {
+ this.executeField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum OwnerChangeOptionType {
+
+ ///
+ EnforceNewOwnerHasReadAccess,
+
+ ///
+ TransferOpenActivities,
+
+ ///
+ TransferNotesAndAttachments,
+
+ ///
+ TransferOthersOpenOpportunities,
+
+ ///
+ TransferOwnedOpenOpportunities,
+
+ ///
+ TransferOwnedClosedOpportunities,
+
+ ///
+ TransferOwnedOpenCases,
+
+ ///
+ TransferAllOwnedCases,
+
+ ///
+ TransferContracts,
+
+ ///
+ TransferOrders,
+
+ ///
+ TransferContacts,
+
+ ///
+ TransferArticleOwnedPublishedVersion,
+
+ ///
+ TransferArticleOwnedArchivedVersions,
+
+ ///
+ TransferArticleAllVersions,
+
+ ///
+ KeepAccountTeam,
+
+ ///
+ KeepSalesTeam,
+
+ ///
+ KeepSalesTeamGrantCurrentOwnerReadWriteAccess,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class LogInfo {
+
+ private LogCategory categoryField;
+
+ private LogCategoryLevel levelField;
+
+ ///
+ public LogCategory category {
+ get {
+ return this.categoryField;
+ }
+ set {
+ this.categoryField = value;
+ }
+ }
+
+ ///
+ public LogCategoryLevel level {
+ get {
+ return this.levelField;
+ }
+ set {
+ this.levelField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum LogCategory {
+
+ ///
+ Db,
+
+ ///
+ Workflow,
+
+ ///
+ Validation,
+
+ ///
+ Callout,
+
+ ///
+ Apex_code,
+
+ ///
+ Apex_profiling,
+
+ ///
+ Visualforce,
+
+ ///
+ System,
+
+ ///
+ All,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum LogCategoryLevel {
+
+ ///
+ None,
+
+ ///
+ Finest,
+
+ ///
+ Finer,
+
+ ///
+ Fine,
+
+ ///
+ Debug,
+
+ ///
+ Info,
+
+ ///
+ Warn,
+
+ ///
+ Error,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class RenderStoredEmailTemplateResult {
+
+ private Error[] errorsField;
+
+ private SingleEmailMessage renderedEmailField;
+
+ private bool successField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
+ get {
+ return this.errorsField;
+ }
+ set {
+ this.errorsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public SingleEmailMessage renderedEmail {
+ get {
+ return this.renderedEmailField;
+ }
+ set {
+ this.renderedEmailField = value;
+ }
+ }
+
+ ///
+ public bool success {
+ get {
+ return this.successField;
+ }
+ set {
+ this.successField = value;
+ }
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(DuplicateError))]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class Error {
+
+ private ExtendedErrorDetails[] extendedErrorDetailsField;
+
+ private string[] fieldsField;
+
+ private string messageField;
+
+ private StatusCode statusCodeField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("extendedErrorDetails", IsNullable=true)]
+ public ExtendedErrorDetails[] extendedErrorDetails {
+ get {
+ return this.extendedErrorDetailsField;
+ }
+ set {
+ this.extendedErrorDetailsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("fields", IsNullable=true)]
+ public string[] fields {
+ get {
+ return this.fieldsField;
+ }
+ set {
+ this.fieldsField = value;
+ }
+ }
+
+ ///
+ public string message {
+ get {
+ return this.messageField;
+ }
+ set {
+ this.messageField = value;
+ }
+ }
+
+ ///
+ public StatusCode statusCode {
+ get {
+ return this.statusCodeField;
+ }
+ set {
+ this.statusCodeField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum StatusCode {
+
+ ///
+ ALL_OR_NONE_OPERATION_ROLLED_BACK,
+
+ ///
+ ALREADY_APPLIED,
+
+ ///
+ ALREADY_IN_PROCESS,
+
+ ///
+ ALREADY_REDEEMED_VOUCHER,
+
+ ///
+ APEX_DATA_ACCESS_RESTRICTION,
+
+ ///
+ APEX_FAILED,
+
+ ///
+ ASSIGNEE_TYPE_REQUIRED,
+
+ ///
+ AURA_COMPILE_ERROR,
+
+ ///
+ AUTH_PROVIDER_NEEDS_AUTH,
+
+ ///
+ AUTH_PROVIDER_NOT_FOUND,
+
+ ///
+ B2B_SEARCH_ADMIN_ERROR,
+
+ ///
+ BAD_CUSTOM_ENTITY_PARENT_DOMAIN,
+
+ ///
+ BCC_NOT_ALLOWED_IF_BCC_COMPLIANCE_ENABLED,
+
+ ///
+ BLOCKED_EXCLUSIVE,
+
+ ///
+ CANNOT_CASCADE_PRODUCT_ACTIVE,
+
+ ///
+ CANNOT_CHANGE_FIELD_TYPE_OF_APEX_REFERENCED_FIELD,
+
+ ///
+ CANNOT_CHANGE_FIELD_TYPE_OF_REFERENCED_FIELD,
+
+ ///
+ CANNOT_CREATE_ANOTHER_MANAGED_PACKAGE,
+
+ ///
+ CANNOT_DEACTIVATE_DIVISION,
+
+ ///
+ CANNOT_DELETE_GLOBAL_ACTION_LIST,
+
+ ///
+ CANNOT_DELETE_LAST_DATED_CONVERSION_RATE,
+
+ ///
+ CANNOT_DELETE_MANAGED_OBJECT,
+
+ ///
+ CANNOT_DISABLE_LAST_ADMIN,
+
+ ///
+ CANNOT_ENABLE_IP_RESTRICT_REQUESTS,
+
+ ///
+ CANNOT_EXECUTE_FLOW_TRIGGER,
+
+ ///
+ CANNOT_FREEZE_SELF,
+
+ ///
+ CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY,
+
+ ///
+ CANNOT_MODIFY_MANAGED_OBJECT,
+
+ ///
+ CANNOT_PASSWORD_LOCKOUT,
+
+ ///
+ CANNOT_POST_TO_ARCHIVED_GROUP,
+
+ ///
+ CANNOT_RENAME_APEX_REFERENCED_FIELD,
+
+ ///
+ CANNOT_RENAME_APEX_REFERENCED_OBJECT,
+
+ ///
+ CANNOT_RENAME_REFERENCED_FIELD,
+
+ ///
+ CANNOT_RENAME_REFERENCED_OBJECT,
+
+ ///
+ CANNOT_REPARENT_RECORD,
+
+ ///
+ CANNOT_UPDATE_CONVERTED_LEAD,
+
+ ///
+ CANT_DISABLE_CORP_CURRENCY,
+
+ ///
+ CANT_UNSET_CORP_CURRENCY,
+
+ ///
+ CART_NOT_FOUND,
+
+ ///
+ CHECKOUT_CONFLICT,
+
+ ///
+ CHECKOUT_EXPIRED,
+
+ ///
+ CHECKOUT_INVALIDATED,
+
+ ///
+ CHECKOUT_LOCKED,
+
+ ///
+ CHECKOUT_NOT_FOUND,
+
+ ///
+ CHILD_SHARE_FAILS_PARENT,
+
+ ///
+ CIRCULAR_DEPENDENCY,
+
+ ///
+ CLEAN_SERVICE_ERROR,
+
+ ///
+ CLONE_FIELD_INTEGRITY_EXCEPTION,
+
+ ///
+ CLONE_NOT_SUPPORTED,
+
+ ///
+ CMS_FOLDER_ITEM_MOVE_FAILED,
+
+ ///
+ COLLISION_DETECTED,
+
+ ///
+ COMMERCE_SEARCH_INDEXING_SYSTEM_ERROR,
+
+ ///
+ COMMERCE_SEARCH_MQ_ERROR,
+
+ ///
+ COMMERCE_SEARCH_PROVIDER_LIMIT_EXCEEDED,
+
+ ///
+ COMMERCE_SEARCH_RESOURCE_NOT_FOUND,
+
+ ///
+ COMMERCIAL_CONTROL_ERROR,
+
+ ///
+ COMMUNITY_NOT_ACCESSIBLE,
+
+ ///
+ CONFLICTING_ENVIRONMENT_HUB_MEMBER,
+
+ ///
+ CONFLICTING_SSO_USER_MAPPING,
+
+ ///
+ CONTENT_NOT_FOUND,
+
+ ///
+ CONTENT_SEARCH_NOT_ENABLED,
+
+ ///
+ CONTENT_TYPE_NOT_FOUND,
+
+ ///
+ CUSTOM_APEX_ERROR,
+
+ ///
+ CUSTOM_CLOB_FIELD_LIMIT_EXCEEDED,
+
+ ///
+ CUSTOM_ENTITY_OR_FIELD_LIMIT,
+
+ ///
+ CUSTOM_FIELD_INDEX_LIMIT_EXCEEDED,
+
+ ///
+ CUSTOM_INDEX_EXISTS,
+
+ ///
+ CUSTOM_LINK_LIMIT_EXCEEDED,
+
+ ///
+ CUSTOM_METADATA_LIMIT_EXCEEDED,
+
+ ///
+ CUSTOM_METADATA_REL_FIELD_MANAGEABILITY,
+
+ ///
+ CUSTOM_SETTINGS_LIMIT_EXCEEDED,
+
+ ///
+ CUSTOM_TAB_LIMIT_EXCEEDED,
+
+ ///
+ DATAASSESSMENT_CONFIG_ASSESSMENT_IN_PROGRESS_ERROR,
+
+ ///
+ DATAASSESSMENT_CONFIG_SERVICE_ERROR,
+
+ ///
+ DATACLOUDADDRESS_NO_RECORDS_FOUND,
+
+ ///
+ DATACLOUDADDRESS_PROCESSING_ERROR,
+
+ ///
+ DATACLOUDADDRESS_SERVER_ERROR,
+
+ ///
+ DATA_MAPPING_NOT_FOUND,
+
+ ///
+ DATA_TRANSFER_RECORD_LIMIT_EXCEEDED,
+
+ ///
+ DATE_OUT_OF_RANGE,
+
+ ///
+ DELETE_FAILED,
+
+ ///
+ DELETE_NOT_ALLOWED,
+
+ ///
+ DELETE_OPERATION_TOO_LARGE,
+
+ ///
+ DELETE_REQUIRED_ON_CASCADE,
+
+ ///
+ DEPENDENCY_EXISTS,
+
+ ///
+ DUPLICATES_DETECTED,
+
+ ///
+ DUPLICATE_CASE_SOLUTION,
+
+ ///
+ DUPLICATE_COMM_NICKNAME,
+
+ ///
+ DUPLICATE_CUSTOM_ENTITY_DEFINITION,
+
+ ///
+ DUPLICATE_CUSTOM_TAB_MOTIF,
+
+ ///
+ DUPLICATE_DEVELOPER_NAME,
+
+ ///
+ DUPLICATE_EXTERNAL_ID,
+
+ ///
+ DUPLICATE_MASTER_LABEL,
+
+ ///
+ DUPLICATE_SENDER_DISPLAY_NAME,
+
+ ///
+ DUPLICATE_USERNAME,
+
+ ///
+ DUPLICATE_VALUE,
+
+ ///
+ EMAIL_ADDRESS_BOUNCED,
+
+ ///
+ EMAIL_EXTERNAL_TRANSPORT_CONNECTION_ERROR,
+
+ ///
+ EMAIL_EXTERNAL_TRANSPORT_PERMISSION_ERROR,
+
+ ///
+ EMAIL_EXTERNAL_TRANSPORT_TOKEN_ERROR,
+
+ ///
+ EMAIL_EXTERNAL_TRANSPORT_TOO_LARGE_ERROR,
+
+ ///
+ EMAIL_EXTERNAL_TRANSPORT_TOO_MANY_REQUESTS_ERROR,
+
+ ///
+ EMAIL_EXTERNAL_TRANSPORT_UNKNOWN_ERROR,
+
+ ///
+ EMAIL_NOT_PROCESSED_DUE_TO_PRIOR_ERROR,
+
+ ///
+ EMAIL_OPTED_OUT,
+
+ ///
+ EMAIL_TEMPLATE_FORMULA_ERROR,
+
+ ///
+ EMAIL_TEMPLATE_MERGEFIELD_ACCESS_ERROR,
+
+ ///
+ EMAIL_TEMPLATE_MERGEFIELD_ERROR,
+
+ ///
+ EMAIL_TEMPLATE_MERGEFIELD_VALUE_ERROR,
+
+ ///
+ EMAIL_TEMPLATE_PROCESSING_ERROR,
+
+ ///
+ EMPTY_INGESTION_JOB,
+
+ ///
+ EMPTY_SCONTROL_FILE_NAME,
+
+ ///
+ ENHANCED_EMAIL_TEMPLATE_COMPILATION_ERROR,
+
+ ///
+ ENTITY_FAILED_IFLASTMODIFIED_ON_UPDATE,
+
+ ///
+ ENTITY_IS_ARCHIVED,
+
+ ///
+ ENTITY_IS_DELETED,
+
+ ///
+ ENTITY_IS_LOCKED,
+
+ ///
+ ENTITY_SAVE_ERROR,
+
+ ///
+ ENTITY_SAVE_VALIDATION_ERROR,
+
+ ///
+ ENVIRONMENT_HUB_MEMBERSHIP_CONFLICT,
+
+ ///
+ ENVIRONMENT_HUB_MEMBERSHIP_ERROR_JOINING_HUB,
+
+ ///
+ ENVIRONMENT_HUB_MEMBERSHIP_USER_ALREADY_IN_HUB,
+
+ ///
+ ENVIRONMENT_HUB_MEMBERSHIP_USER_NOT_ORG_ADMIN,
+
+ ///
+ ERROR_CALCULATING_EXPIRY_DATE,
+
+ ///
+ ERROR_IN_MAILER,
+
+ ///
+ EXCEEDED_MAX_SEMIJOIN_SUBSELECTS_WRITE,
+
+ ///
+ EXCHANGE_WEB_SERVICES_URL_INVALID,
+
+ ///
+ EXTERNAL_RESOURCE_FORBIDDEN,
+
+ ///
+ FAILED_ACTIVATION,
+
+ ///
+ FAILED_DUE_TO_OTHER_INPUTS,
+
+ ///
+ FAILED_TO_RESOLVE_MAPPING,
+
+ ///
+ FIELD_CUSTOM_VALIDATION_EXCEPTION,
+
+ ///
+ FIELD_FILTER_VALIDATION_EXCEPTION,
+
+ ///
+ FIELD_INTEGRITY_EXCEPTION,
+
+ ///
+ FIELD_KEYWORD_LIST_MATCH_LIMIT,
+
+ ///
+ FIELD_MAPPING_ERROR,
+
+ ///
+ FIELD_MODERATION_RULE_BLOCK,
+
+ ///
+ FIELD_NOT_UPDATABLE,
+
+ ///
+ FILE_EXTENSION_NOT_ALLOWED,
+
+ ///
+ FILE_SIZE_LIMIT_EXCEEDED,
+
+ ///
+ FILTERED_LOOKUP_LIMIT_EXCEEDED,
+
+ ///
+ FIND_DUPLICATES_ERROR,
+
+ ///
+ FLOW_EXCEPTION,
+
+ ///
+ FUNCTIONALITY_NOT_ENABLED,
+
+ ///
+ GET_EINSTEIN_TENANT_ERROR,
+
+ ///
+ HAS_PUBLIC_REFERENCES,
+
+ ///
+ HTML_FILE_UPLOAD_NOT_ALLOWED,
+
+ ///
+ IAS_AM_AUTH_BAD_REQUEST,
+
+ ///
+ IAS_AM_AUTH_UNAUTHORIZED,
+
+ ///
+ IAS_INVALID_AUTH,
+
+ ///
+ IAS_INVALID_REQUEST_PARAMETER,
+
+ ///
+ IAS_RECORD_DOES_NOT_EXIST,
+
+ ///
+ IAS_TENANT_NOT_PROVISIONED,
+
+ ///
+ IAS_UNCOMMITTED_WORK,
+
+ ///
+ IMAGE_TOO_LARGE,
+
+ ///
+ INACTIVE_OWNER_OR_USER,
+
+ ///
+ INACTIVE_RULE_ERROR,
+
+ ///
+ INDEX_ITEM_LIMIT_EXCEEDED,
+
+ ///
+ INDEX_PAYLOAD_NOT_FOUND,
+
+ ///
+ INGESTION_JOB_RECORDS_LIMIT_EXCEEDED,
+
+ ///
+ INSERT_UPDATE_DELETE_NOT_ALLOWED_DURING_MAINTENANCE,
+
+ ///
+ INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY,
+
+ ///
+ INSUFFICIENT_ACCESS_OR_READONLY,
+
+ ///
+ INSUFFICIENT_ACCESS_TO_INSIGHTSEXTERNALDATA,
+
+ ///
+ INSUFFICIENT_BALANCE,
+
+ ///
+ INSUFFICIENT_CREDITS,
+
+ ///
+ INTEGRATION_CANCELLED,
+
+ ///
+ INTERNAL_ERROR,
+
+ ///
+ INVALID_ACCESS_LEVEL,
+
+ ///
+ INVALID_ACCESS_TOKEN,
+
+ ///
+ INVALID_ACCOUNT,
+
+ ///
+ INVALID_API_INPUT,
+
+ ///
+ INVALID_ARGUMENT_TYPE,
+
+ ///
+ INVALID_ASSIGNEE_TYPE,
+
+ ///
+ INVALID_ASSIGNMENT_RULE,
+
+ ///
+ INVALID_AUTH_HEADER,
+
+ ///
+ INVALID_BATCH_OPERATION,
+
+ ///
+ INVALID_CHECKOUT_INPUT,
+
+ ///
+ INVALID_CONTACT,
+
+ ///
+ INVALID_CONTENT_TYPE,
+
+ ///
+ INVALID_CREDIT_CARD_INFO,
+
+ ///
+ INVALID_CROSS_REFERENCE_KEY,
+
+ ///
+ INVALID_CROSS_REFERENCE_TYPE_FOR_FIELD,
+
+ ///
+ INVALID_CURRENCY_CONV_RATE,
+
+ ///
+ INVALID_CURRENCY_CORP_RATE,
+
+ ///
+ INVALID_CURRENCY_ISO,
+
+ ///
+ INVALID_DATASET_REFERENCE_INPUT,
+
+ ///
+ INVALID_DATA_CATEGORY_GROUP_REFERENCE,
+
+ ///
+ INVALID_DATA_URI,
+
+ ///
+ INVALID_EMAIL_ADDRESS,
+
+ ///
+ INVALID_EMPTY_KEY_OWNER,
+
+ ///
+ INVALID_ENTITY_FOR_MATCH_ENGINE_ERROR,
+
+ ///
+ INVALID_ENTITY_FOR_MATCH_OPERATION_ERROR,
+
+ ///
+ INVALID_ENTITY_FOR_UPSERT,
+
+ ///
+ INVALID_ENVIRONMENT_HUB_MEMBER,
+
+ ///
+ INVALID_EVENT_DELIVERY,
+
+ ///
+ INVALID_EVENT_INPUT,
+
+ ///
+ INVALID_EVENT_SUBSCRIPTION,
+
+ ///
+ INVALID_EXTENSION_ID,
+
+ ///
+ INVALID_FIELD,
+
+ ///
+ INVALID_FIELD_FOR_INSERT_UPDATE,
+
+ ///
+ INVALID_FIELD_WHEN_USING_TEMPLATE,
+
+ ///
+ INVALID_FILTER_ACTION,
+
+ ///
+ INVALID_GOOGLE_DOCS_URL,
+
+ ///
+ INVALID_ID_FIELD,
+
+ ///
+ INVALID_INET_ADDRESS,
+
+ ///
+ INVALID_INPUT,
+
+ ///
+ INVALID_INPUT_FORMAT,
+
+ ///
+ INVALID_KEY_FIELD_INPUT,
+
+ ///
+ INVALID_LINEITEM_CLONE_STATE,
+
+ ///
+ INVALID_MARKUP,
+
+ ///
+ INVALID_MASTER_OR_TRANSLATED_SOLUTION,
+
+ ///
+ INVALID_MESSAGE_ID_REFERENCE,
+
+ ///
+ INVALID_NAMESPACE_PREFIX,
+
+ ///
+ INVALID_OAUTH_URL,
+
+ ///
+ INVALID_OPERATION,
+
+ ///
+ INVALID_OPERATOR,
+
+ ///
+ INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST,
+
+ ///
+ INVALID_OWNER,
+
+ ///
+ INVALID_PACKAGE_LICENSE,
+
+ ///
+ INVALID_PACKAGE_VERSION,
+
+ ///
+ INVALID_PARTNER_NETWORK_STATUS,
+
+ ///
+ INVALID_PAYLOAD_VERSION,
+
+ ///
+ INVALID_PERSON_ACCOUNT_OPERATION,
+
+ ///
+ INVALID_PROFILE,
+
+ ///
+ INVALID_PROMOTION,
+
+ ///
+ INVALID_PROVIDER_TYPE,
+
+ ///
+ INVALID_QUERY_KEY,
+
+ ///
+ INVALID_QUERY_LOCATOR,
+
+ ///
+ INVALID_QUERY_VALUE,
+
+ ///
+ INVALID_READ_ONLY_USER_DML,
+
+ ///
+ INVALID_RECORD_TYPE,
+
+ ///
+ INVALID_REFRESH_TOKEN,
+
+ ///
+ INVALID_REQUEST_STATE,
+
+ ///
+ INVALID_RUNTIME_VALUE,
+
+ ///
+ INVALID_SAVE_AS_ACTIVITY_FLAG,
+
+ ///
+ INVALID_SCS_INBOUND_USER,
+
+ ///
+ INVALID_SEARCH_PROVIDER_REQUEST,
+
+ ///
+ INVALID_SESSION_ID,
+
+ ///
+ INVALID_SETUP_OWNER,
+
+ ///
+ INVALID_SIGNUP_COUNTRY,
+
+ ///
+ INVALID_SIGNUP_OPTION,
+
+ ///
+ INVALID_SITE_DELETE_EXCEPTION,
+
+ ///
+ INVALID_SITE_FILE_IMPORTED_EXCEPTION,
+
+ ///
+ INVALID_SITE_FILE_TYPE_EXCEPTION,
+
+ ///
+ INVALID_SOURCE_OBJECT_ID,
+
+ ///
+ INVALID_STATUS,
+
+ ///
+ INVALID_SUBDOMAIN,
+
+ ///
+ INVALID_TEXT_REPRESENTATION,
+
+ ///
+ INVALID_TYPE,
+
+ ///
+ INVALID_TYPE_FOR_OPERATION,
+
+ ///
+ INVALID_TYPE_ON_FIELD_IN_RECORD,
+
+ ///
+ INVALID_USERID,
+
+ ///
+ INVALID_USER_OBJECT,
+
+ ///
+ IP_RANGE_LIMIT_EXCEEDED,
+
+ ///
+ ITEM_NOT_FOUND,
+
+ ///
+ JIGSAW_IMPORT_LIMIT_EXCEEDED,
+
+ ///
+ LICENSE_LIMIT_EXCEEDED,
+
+ ///
+ LIGHT_PORTAL_USER_EXCEPTION,
+
+ ///
+ LIMIT_EXCEEDED,
+
+ ///
+ LIST_PRICE_NOT_FOUND,
+
+ ///
+ MALFORMED_ID,
+
+ ///
+ MANAGER_NOT_DEFINED,
+
+ ///
+ MASSMAIL_RETRY_LIMIT_EXCEEDED,
+
+ ///
+ MASS_MAIL_LIMIT_EXCEEDED,
+
+ ///
+ MATCH_DEFINITION_ERROR,
+
+ ///
+ MATCH_OPERATION_ERROR,
+
+ ///
+ MATCH_OPERATION_INVALID_ENGINE_ERROR,
+
+ ///
+ MATCH_OPERATION_INVALID_RULE_ERROR,
+
+ ///
+ MATCH_OPERATION_MISSING_ENGINE_ERROR,
+
+ ///
+ MATCH_OPERATION_MISSING_OBJECT_TYPE_ERROR,
+
+ ///
+ MATCH_OPERATION_MISSING_OPTIONS_ERROR,
+
+ ///
+ MATCH_OPERATION_MISSING_RULE_ERROR,
+
+ ///
+ MATCH_OPERATION_UNKNOWN_RULE_ERROR,
+
+ ///
+ MATCH_OPERATION_UNSUPPORTED_VERSION_ERROR,
+
+ ///
+ MATCH_PRECONDITION_FAILED,
+
+ ///
+ MATCH_RUNTIME_ERROR,
+
+ ///
+ MATCH_SERVICE_ERROR,
+
+ ///
+ MATCH_SERVICE_TIMED_OUT,
+
+ ///
+ MATCH_SERVICE_UNAVAILABLE_ERROR,
+
+ ///
+ MAXIMUM_CCEMAILS_EXCEEDED,
+
+ ///
+ MAXIMUM_DASHBOARD_COMPONENTS_EXCEEDED,
+
+ ///
+ MAXIMUM_HIERARCHY_CHILDREN_REACHED,
+
+ ///
+ MAXIMUM_HIERARCHY_LEVELS_REACHED,
+
+ ///
+ MAXIMUM_HIERARCHY_TREE_SIZE_REACHED,
+
+ ///
+ MAXIMUM_SIZE_OF_ATTACHMENT,
+
+ ///
+ MAXIMUM_SIZE_OF_DOCUMENT,
+
+ ///
+ MAX_ACTIONS_PER_RULE_EXCEEDED,
+
+ ///
+ MAX_ACTIVE_RULES_EXCEEDED,
+
+ ///
+ MAX_APPROVAL_STEPS_EXCEEDED,
+
+ ///
+ MAX_DEPTH_IN_FLOW_EXECUTION,
+
+ ///
+ MAX_FORMULAS_PER_RULE_EXCEEDED,
+
+ ///
+ MAX_LIMIT_EXCEEDED,
+
+ ///
+ MAX_RULES_EXCEEDED,
+
+ ///
+ MAX_RULE_ENTRIES_EXCEEDED,
+
+ ///
+ MAX_TASK_DESCRIPTION_EXCEEEDED,
+
+ ///
+ MAX_TM_RULES_EXCEEDED,
+
+ ///
+ MAX_TM_RULE_ITEMS_EXCEEDED,
+
+ ///
+ MAX_TRIGGERS_EXCEEDED,
+
+ ///
+ MERGE_FAILED,
+
+ ///
+ METADATA_FIELD_UPDATE_ERROR,
+
+ ///
+ MISSING_ARGUMENT,
+
+ ///
+ MISSING_RECORD,
+
+ ///
+ MIXED_DML_OPERATION,
+
+ ///
+ MULTIPLE_VOUCHERS,
+
+ ///
+ NONUNIQUE_SHIPPING_ADDRESS,
+
+ ///
+ NOT_RECOVERABLE_SEARCH_PROVIDER_ERROR,
+
+ ///
+ NO_ACCESS_TOKEN,
+
+ ///
+ NO_ACCESS_TOKEN_FROM_REFRESH,
+
+ ///
+ NO_APPLICABLE_PROCESS,
+
+ ///
+ NO_ATTACHMENT_PERMISSION,
+
+ ///
+ NO_AUTH_PROVIDER,
+
+ ///
+ NO_INACTIVE_DIVISION_MEMBERS,
+
+ ///
+ NO_MASS_MAIL_PERMISSION,
+
+ ///
+ NO_PARTNER_PERMISSION,
+
+ ///
+ NO_REFRESH_TOKEN,
+
+ ///
+ NO_SEARCH_ATTRIBUTES,
+
+ ///
+ NO_SUCH_USER_EXISTS,
+
+ ///
+ NO_TOKEN_ENDPOINT,
+
+ ///
+ NUMBER_OUTSIDE_VALID_RANGE,
+
+ ///
+ NUM_HISTORY_FIELDS_BY_SOBJECT_EXCEEDED,
+
+ ///
+ OCR_INVALID_REQUEST,
+
+ ///
+ OPERATION_ENQUEUED,
+
+ ///
+ OPTED_OUT_OF_MASS_MAIL,
+
+ ///
+ OP_WITH_INVALID_USER_TYPE_EXCEPTION,
+
+ ///
+ ORCHESTRATION_INVALID,
+
+ ///
+ ORDER_MANAGEMENT_ACTION_NOT_ALLOWED,
+
+ ///
+ ORDER_MANAGEMENT_INVALID_RECORD,
+
+ ///
+ ORDER_MANAGEMENT_RECORD_EXISTS,
+
+ ///
+ ORDER_MANAGEMENT_RECORD_NOT_FOUND,
+
+ ///
+ PACKAGE_DISABLED,
+
+ ///
+ PACKAGE_LICENSE_REQUIRED,
+
+ ///
+ PACKAGING_API_INSTALL_FAILED,
+
+ ///
+ PACKAGING_API_UNINSTALL_FAILED,
+
+ ///
+ PALI_INVALID_ACTION_ID,
+
+ ///
+ PALI_INVALID_ACTION_NAME,
+
+ ///
+ PALI_INVALID_ACTION_TYPE,
+
+ ///
+ PAL_INVALID_ASSISTANT_RECOMMENDATION_TYPE_ID,
+
+ ///
+ PAL_INVALID_ENTITY_ID,
+
+ ///
+ PAL_INVALID_FLEXIPAGE_ID,
+
+ ///
+ PAL_INVALID_LAYOUT_ID,
+
+ ///
+ PAL_INVALID_PARAMETERS,
+
+ ///
+ PARAMETER_TOO_LARGE,
+
+ ///
+ PARTICIPANT_RELATIONSHIP_EXISTS,
+
+ ///
+ PAYLOAD_SIZE_EXCEEDED,
+
+ ///
+ PA_API_EXCEPTION,
+
+ ///
+ PA_AXIS_FAULT,
+
+ ///
+ PA_INVALID_ID_EXCEPTION,
+
+ ///
+ PA_NO_ACCESS_EXCEPTION,
+
+ ///
+ PA_NO_DATA_FOUND_EXCEPTION,
+
+ ///
+ PA_URI_SYNTAX_EXCEPTION,
+
+ ///
+ PA_VISIBLE_ACTIONS_FILTER_ORDERING_EXCEPTION,
+
+ ///
+ PICKLIST_INACTIVE_VALUES_EXCEEDED,
+
+ ///
+ PLATFORM_EVENT_ENCRYPTION_ERROR,
+
+ ///
+ PLATFORM_EVENT_PUBLISHING_UNAVAILABLE,
+
+ ///
+ PLATFORM_EVENT_PUBLISH_FAILED,
+
+ ///
+ PORTAL_NO_ACCESS,
+
+ ///
+ PORTAL_USER_ALREADY_EXISTS_FOR_CONTACT,
+
+ ///
+ PORTAL_USER_CREATION_RESTRICTED_WITH_ENCRYPTION,
+
+ ///
+ PRICE_NOT_FOUND,
+
+ ///
+ PRIVATE_CONTACT_ON_ASSET,
+
+ ///
+ PROCESSING_HALTED,
+
+ ///
+ QA_INVALID_CREATE_FEED_ITEM,
+
+ ///
+ QA_INVALID_SUCCESS_MESSAGE,
+
+ ///
+ QUERY_REFINEMENT_VALUE_LIMIT_EXCEEDED,
+
+ ///
+ QUERY_TIMEOUT,
+
+ ///
+ QUICK_ACTION_LIST_ITEM_NOT_ALLOWED,
+
+ ///
+ QUICK_ACTION_LIST_NOT_ALLOWED,
+
+ ///
+ RECORD_CREATION_FAILED,
+
+ ///
+ RECORD_IN_USE_BY_WORKFLOW,
+
+ ///
+ RECOVERABLE_SEARCH_PROVIDER_ERROR,
+
+ ///
+ RELATED_ENTITY_FILTER_VALIDATION_EXCEPTION,
+
+ ///
+ REL_FIELD_BAD_ACCESSIBILITY,
+
+ ///
+ REPUTATION_MINIMUM_NUMBER_NOT_REACHED,
+
+ ///
+ REQUEST_RUNNING_TOO_LONG,
+
+ ///
+ REQUIRED_FEATURE_MISSING,
+
+ ///
+ REQUIRED_FIELD_MISSING,
+
+ ///
+ REQUIRE_CONNECTED_APP_SCS,
+
+ ///
+ REQUIRE_CONNECTED_APP_SESSION_SCS,
+
+ ///
+ REQUIRE_RUNAS_USER,
+
+ ///
+ RETRIEVE_EXCHANGE_ATTACHMENT_FAILED,
+
+ ///
+ RETRIEVE_EXCHANGE_EMAIL_FAILED,
+
+ ///
+ RETRIEVE_EXCHANGE_EVENT_FAILED,
+
+ ///
+ RETRIEVE_GOOGLE_EMAIL_FAILED,
+
+ ///
+ RETRIEVE_GOOGLE_EVENT_FAILED,
+
+ ///
+ RETRIEVE_USER_CONFIG_ERROR,
+
+ ///
+ SALESFORCE_INBOX_TRANSPORT_CONNECTION_ERROR,
+
+ ///
+ SALESFORCE_INBOX_TRANSPORT_INVALID_INPUT_ERROR,
+
+ ///
+ SALESFORCE_INBOX_TRANSPORT_TOKEN_ERROR,
+
+ ///
+ SALESFORCE_INBOX_TRANSPORT_UNKNOWN_ERROR,
+
+ ///
+ SEARCHABLE_ATTRIBUTE_LIMIT_EXCEEDED,
+
+ ///
+ SEARCH_PROVIDER_REQUEST_RATE_EXCEEDED,
+
+ ///
+ SELF_REFERENCE_FROM_FLOW,
+
+ ///
+ SELF_REFERENCE_FROM_TRIGGER,
+
+ ///
+ SERVICE_UNAVAILABLE,
+
+ ///
+ SESSION_EXPIRED,
+
+ ///
+ SESSION_INVALIDATED,
+
+ ///
+ SHARE_NEEDED_FOR_CHILD_OWNER,
+
+ ///
+ SINGLE_EMAIL_LIMIT_EXCEEDED,
+
+ ///
+ SLACK_API_ERROR,
+
+ ///
+ SOCIAL_ACCOUNT_NOT_FOUND,
+
+ ///
+ SOCIAL_ACTION_INVALID,
+
+ ///
+ SOCIAL_PERSONA_NOT_FOUND,
+
+ ///
+ SOCIAL_POST_INVALID,
+
+ ///
+ SOCIAL_POST_NOT_FOUND,
+
+ ///
+ SPECIFICATION_GENERATION_EXCEPTION,
+
+ ///
+ STANDARD_PRICE_NOT_DEFINED,
+
+ ///
+ STORAGE_LIMIT_EXCEEDED,
+
+ ///
+ STRING_TOO_LONG,
+
+ ///
+ SUBDOMAIN_IN_USE,
+
+ ///
+ TABSET_LIMIT_EXCEEDED,
+
+ ///
+ TEMPLATE_NOT_ACTIVE,
+
+ ///
+ TEMPLATE_NOT_FOUND,
+
+ ///
+ TERMS_OF_SERVICE_UNREAD,
+
+ ///
+ TERRITORY_REALIGN_IN_PROGRESS,
+
+ ///
+ TEXT_DATA_OUTSIDE_SUPPORTED_CHARSET,
+
+ ///
+ TEXT_TO_PICKLIST_VALUES_EXCEEDED,
+
+ ///
+ TOO_MANY_APEX_REQUESTS,
+
+ ///
+ TOO_MANY_ENUM_VALUE,
+
+ ///
+ TOO_MANY_JOBS,
+
+ ///
+ TOO_MANY_POSSIBLE_USERS_EXIST,
+
+ ///
+ TRANSFER_REQUIRES_READ,
+
+ ///
+ UISF_ENTITY_QUERY_FAILED,
+
+ ///
+ UISF_NO_MAPPINGS_FOUND,
+
+ ///
+ UISF_TOKEN_NOT_FOUND,
+
+ ///
+ UISF_UNKNOWN_EXCEPTION,
+
+ ///
+ UISF_USER_MAPPING_FAILED,
+
+ ///
+ UNABLE_TO_LOCK_ROW,
+
+ ///
+ UNAUTHORIZED_SEARCH_PROVIDER_REQUEST,
+
+ ///
+ UNAVAILABLE_RECORDTYPE_EXCEPTION,
+
+ ///
+ UNAVAILABLE_REF,
+
+ ///
+ UNDEFINED_MAPPING_DEFINITION,
+
+ ///
+ UNDELETE_FAILED,
+
+ ///
+ UNKNOWN_EXCEPTION,
+
+ ///
+ UNKNOWN_TOKEN_ERROR,
+
+ ///
+ UNQUALIFIED_CART,
+
+ ///
+ UNSAFE_HTML_CONTENT,
+
+ ///
+ UNSPECIFIED_EMAIL_ADDRESS,
+
+ ///
+ UNSUPPORTED_APEX_TRIGGER_OPERATON,
+
+ ///
+ UNSUPPORTED_SITE,
+
+ ///
+ UNSUPPORTED_SITE_FILE_IMPORTED_EXCEPTION,
+
+ ///
+ UNSUPPORTED_SOCIAL_PROVIDER,
+
+ ///
+ UNVERIFIED_SENDER_ADDRESS,
+
+ ///
+ UPDATE_GOOGLE_EMAIL_LABEL_FAILED,
+
+ ///
+ USER_OWNS_PORTAL_ACCOUNT_EXCEPTION,
+
+ ///
+ USER_WITHOUT_WEM_PERMISSION,
+
+ ///
+ USER_WITH_APEX_SHARES_EXCEPTION,
+
+ ///
+ VARIANT_NOT_FOUND,
+
+ ///
+ VF_COMPILE_ERROR,
+
+ ///
+ WEBLINK_SIZE_LIMIT_EXCEEDED,
+
+ ///
+ WEBLINK_URL_INVALID,
+
+ ///
+ WEM_USER_NOT_ORG_ADMIN,
+
+ ///
+ WORKSPACE_NOT_FOUND,
+
+ ///
+ WRONG_CONTROLLER_TYPE,
+
+ ///
+ XCLEAN_DJ_MATCH_IGNORABLE_ERROR,
+
+ ///
+ XCLEAN_DJ_MATCH_INTERNAL_DJ_ERROR,
+
+ ///
+ XCLEAN_DJ_MATCH_NON_RETRIABLE_ERROR,
+
+ ///
+ XCLEAN_DJ_MATCH_RETRIABLE_ERROR,
+
+ ///
+ XCLEAN_DJ_MATCH_UNKNOWN_ERROR,
+
+ ///
+ XCLEAN_UNEXPECTED_ERROR,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DuplicateError : Error {
+
+ private DuplicateResult duplicateResultField;
+
+ ///
+ public DuplicateResult duplicateResult {
+ get {
+ return this.duplicateResultField;
+ }
+ set {
+ this.duplicateResultField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DuplicateResult {
+
+ private bool allowSaveField;
+
+ private string duplicateRuleField;
+
+ private string duplicateRuleEntityTypeField;
+
+ private string errorMessageField;
+
+ private MatchResult[] matchResultsField;
+
+ ///
+ public bool allowSave {
+ get {
+ return this.allowSaveField;
+ }
+ set {
+ this.allowSaveField = value;
+ }
+ }
+
+ ///
+ public string duplicateRule {
+ get {
+ return this.duplicateRuleField;
+ }
+ set {
+ this.duplicateRuleField = value;
+ }
+ }
+
+ ///
+ public string duplicateRuleEntityType {
+ get {
+ return this.duplicateRuleEntityTypeField;
+ }
+ set {
+ this.duplicateRuleEntityTypeField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string errorMessage {
+ get {
+ return this.errorMessageField;
+ }
+ set {
+ this.errorMessageField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("matchResults")]
+ public MatchResult[] matchResults {
+ get {
+ return this.matchResultsField;
+ }
+ set {
+ this.matchResultsField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class MatchResult {
+
+ private string entityTypeField;
+
+ private Error[] errorsField;
+
+ private string matchEngineField;
+
+ private MatchRecord[] matchRecordsField;
+
+ private string ruleField;
+
+ private int sizeField;
+
+ private bool successField;
+
+ ///
+ public string entityType {
+ get {
+ return this.entityTypeField;
+ }
+ set {
+ this.entityTypeField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
+ get {
+ return this.errorsField;
+ }
+ set {
+ this.errorsField = value;
+ }
+ }
+
+ ///
+ public string matchEngine {
+ get {
+ return this.matchEngineField;
+ }
+ set {
+ this.matchEngineField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("matchRecords")]
+ public MatchRecord[] matchRecords {
+ get {
+ return this.matchRecordsField;
+ }
+ set {
+ this.matchRecordsField = value;
+ }
+ }
+
+ ///
+ public string rule {
+ get {
+ return this.ruleField;
+ }
+ set {
+ this.ruleField = value;
+ }
+ }
+
+ ///
+ public int size {
+ get {
+ return this.sizeField;
+ }
+ set {
+ this.sizeField = value;
+ }
+ }
+
+ ///
+ public bool success {
+ get {
+ return this.successField;
+ }
+ set {
+ this.successField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class MatchRecord {
+
+ private AdditionalInformationMap[] additionalInformationField;
+
+ private FieldDiff[] fieldDiffsField;
+
+ private double matchConfidenceField;
+
+ private sObject recordField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("additionalInformation")]
+ public AdditionalInformationMap[] additionalInformation {
+ get {
+ return this.additionalInformationField;
+ }
+ set {
+ this.additionalInformationField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("fieldDiffs")]
+ public FieldDiff[] fieldDiffs {
+ get {
+ return this.fieldDiffsField;
+ }
+ set {
+ this.fieldDiffsField = value;
+ }
+ }
+
+ ///
+ public double matchConfidence {
+ get {
+ return this.matchConfidenceField;
+ }
+ set {
+ this.matchConfidenceField = value;
+ }
+ }
+
+ ///
+ public sObject record {
+ get {
+ return this.recordField;
+ }
+ set {
+ this.recordField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class AdditionalInformationMap {
+
+ private string nameField;
+
+ private string valueField;
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+
+ ///
+ public string value {
+ get {
+ return this.valueField;
+ }
+ set {
+ this.valueField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class FieldDiff {
+
+ private differenceType differenceField;
+
+ private string nameField;
+
+ ///
+ public differenceType difference {
+ get {
+ return this.differenceField;
+ }
+ set {
+ this.differenceField = value;
+ }
+ }
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum differenceType {
+
+ ///
+ DIFFERENT,
+
+ ///
+ NULL,
+
+ ///
+ SAME,
+
+ ///
+ SIMILAR,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sobject.partner.soap.sforce.com")]
+ public partial class sObject {
+
+ private string typeField;
+
+ private string[] fieldsToNullField;
+
+ private string idField;
+
+ private System.Xml.XmlElement[] anyField;
+
+ ///
+ public string type {
+ get {
+ return this.typeField;
+ }
+ set {
+ this.typeField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("fieldsToNull", IsNullable=true)]
+ public string[] fieldsToNull {
+ get {
+ return this.fieldsToNullField;
+ }
+ set {
+ this.fieldsToNullField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string Id {
+ get {
+ return this.idField;
+ }
+ set {
+ this.idField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlAnyElementAttribute()]
+ public System.Xml.XmlElement[] Any {
+ get {
+ return this.anyField;
+ }
+ set {
+ this.anyField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SingleEmailMessage : Email {
+
+ private string[] bccAddressesField;
+
+ private string[] ccAddressesField;
+
+ private string charsetField;
+
+ private string[] documentAttachmentsField;
+
+ private string[] entityAttachmentsField;
+
+ private EmailFileAttachment[] fileAttachmentsField;
+
+ private string htmlBodyField;
+
+ private string inReplyToField;
+
+ private System.Nullable optOutPolicyField;
+
+ private string orgWideEmailAddressIdField;
+
+ private string plainTextBodyField;
+
+ private string referencesField;
+
+ private string targetObjectIdField;
+
+ private string templateIdField;
+
+ private string templateNameField;
+
+ private string[] toAddressesField;
+
+ private System.Nullable treatBodiesAsTemplateField;
+
+ private System.Nullable treatTargetObjectAsRecipientField;
+
+ private string whatIdField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("bccAddresses", IsNullable=true)]
+ public string[] bccAddresses {
+ get {
+ return this.bccAddressesField;
+ }
+ set {
+ this.bccAddressesField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("ccAddresses", IsNullable=true)]
+ public string[] ccAddresses {
+ get {
+ return this.ccAddressesField;
+ }
+ set {
+ this.ccAddressesField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string charset {
+ get {
+ return this.charsetField;
+ }
+ set {
+ this.charsetField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("documentAttachments")]
+ public string[] documentAttachments {
+ get {
+ return this.documentAttachmentsField;
+ }
+ set {
+ this.documentAttachmentsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("entityAttachments")]
+ public string[] entityAttachments {
+ get {
+ return this.entityAttachmentsField;
+ }
+ set {
+ this.entityAttachmentsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("fileAttachments")]
+ public EmailFileAttachment[] fileAttachments {
+ get {
+ return this.fileAttachmentsField;
+ }
+ set {
+ this.fileAttachmentsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string htmlBody {
+ get {
+ return this.htmlBodyField;
+ }
+ set {
+ this.htmlBodyField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string inReplyTo {
+ get {
+ return this.inReplyToField;
+ }
+ set {
+ this.inReplyToField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable optOutPolicy {
+ get {
+ return this.optOutPolicyField;
+ }
+ set {
+ this.optOutPolicyField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string orgWideEmailAddressId {
+ get {
+ return this.orgWideEmailAddressIdField;
+ }
+ set {
+ this.orgWideEmailAddressIdField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string plainTextBody {
+ get {
+ return this.plainTextBodyField;
+ }
+ set {
+ this.plainTextBodyField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string references {
+ get {
+ return this.referencesField;
+ }
+ set {
+ this.referencesField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string targetObjectId {
+ get {
+ return this.targetObjectIdField;
+ }
+ set {
+ this.targetObjectIdField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string templateId {
+ get {
+ return this.templateIdField;
+ }
+ set {
+ this.templateIdField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string templateName {
+ get {
+ return this.templateNameField;
+ }
+ set {
+ this.templateNameField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("toAddresses", IsNullable=true)]
+ public string[] toAddresses {
+ get {
+ return this.toAddressesField;
+ }
+ set {
+ this.toAddressesField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable treatBodiesAsTemplate {
+ get {
+ return this.treatBodiesAsTemplateField;
+ }
+ set {
+ this.treatBodiesAsTemplateField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable treatTargetObjectAsRecipient {
+ get {
+ return this.treatTargetObjectAsRecipientField;
+ }
+ set {
+ this.treatTargetObjectAsRecipientField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string whatId {
+ get {
+ return this.whatIdField;
+ }
+ set {
+ this.whatIdField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class EmailFileAttachment {
+
+ private byte[] bodyField;
+
+ private string contentTypeField;
+
+ private string fileNameField;
+
+ private string idField;
+
+ private bool inlineField;
+
+ private bool inlineFieldSpecified;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", IsNullable=true)]
+ public byte[] body {
+ get {
+ return this.bodyField;
+ }
+ set {
+ this.bodyField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string contentType {
+ get {
+ return this.contentTypeField;
+ }
+ set {
+ this.contentTypeField = value;
+ }
+ }
+
+ ///
+ public string fileName {
+ get {
+ return this.fileNameField;
+ }
+ set {
+ this.fileNameField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string id {
+ get {
+ return this.idField;
+ }
+ set {
+ this.idField = value;
+ }
+ }
+
+ ///
+ public bool inline {
+ get {
+ return this.inlineField;
+ }
+ set {
+ this.inlineField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool inlineSpecified {
+ get {
+ return this.inlineFieldSpecified;
+ }
+ set {
+ this.inlineFieldSpecified = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum SendEmailOptOutPolicy {
+
+ ///
+ SEND,
+
+ ///
+ FILTER,
+
+ ///
+ REJECT,
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(SingleEmailMessage))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(MassEmailMessage))]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class Email {
+
+ private System.Nullable bccSenderField;
+
+ private System.Nullable emailPriorityField;
+
+ private string replyToField;
+
+ private System.Nullable saveAsActivityField;
+
+ private string senderDisplayNameField;
+
+ private string subjectField;
+
+ private System.Nullable useSignatureField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable bccSender {
+ get {
+ return this.bccSenderField;
+ }
+ set {
+ this.bccSenderField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable emailPriority {
+ get {
+ return this.emailPriorityField;
+ }
+ set {
+ this.emailPriorityField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string replyTo {
+ get {
+ return this.replyToField;
+ }
+ set {
+ this.replyToField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable saveAsActivity {
+ get {
+ return this.saveAsActivityField;
+ }
+ set {
+ this.saveAsActivityField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string senderDisplayName {
+ get {
+ return this.senderDisplayNameField;
+ }
+ set {
+ this.senderDisplayNameField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string subject {
+ get {
+ return this.subjectField;
+ }
+ set {
+ this.subjectField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable useSignature {
+ get {
+ return this.useSignatureField;
+ }
+ set {
+ this.useSignatureField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum EmailPriority {
+
+ ///
+ Highest,
+
+ ///
+ High,
+
+ ///
+ Normal,
+
+ ///
+ Low,
+
+ ///
+ Lowest,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class MassEmailMessage : Email {
+
+ private string descriptionField;
+
+ private string[] targetObjectIdsField;
+
+ private string templateIdField;
+
+ private string[] whatIdsField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string description {
+ get {
+ return this.descriptionField;
+ }
+ set {
+ this.descriptionField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("targetObjectIds")]
+ public string[] targetObjectIds {
+ get {
+ return this.targetObjectIdsField;
+ }
+ set {
+ this.targetObjectIdsField = value;
+ }
+ }
+
+ ///
+ public string templateId {
+ get {
+ return this.templateIdField;
+ }
+ set {
+ this.templateIdField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("whatIds")]
+ public string[] whatIds {
+ get {
+ return this.whatIdsField;
+ }
+ set {
+ this.whatIdsField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class RenderStoredEmailTemplateRequest {
+
+ private System.Nullable attachmentRetrievalOptionField;
+
+ private string templateIdField;
+
+ private bool updateTemplateUsageField;
+
+ private bool updateTemplateUsageFieldSpecified;
+
+ private string whatIdField;
+
+ private string whoIdField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable attachmentRetrievalOption {
+ get {
+ return this.attachmentRetrievalOptionField;
+ }
+ set {
+ this.attachmentRetrievalOptionField = value;
+ }
+ }
+
+ ///
+ public string templateId {
+ get {
+ return this.templateIdField;
+ }
+ set {
+ this.templateIdField = value;
+ }
+ }
+
+ ///
+ public bool updateTemplateUsage {
+ get {
+ return this.updateTemplateUsageField;
+ }
+ set {
+ this.updateTemplateUsageField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool updateTemplateUsageSpecified {
+ get {
+ return this.updateTemplateUsageFieldSpecified;
+ }
+ set {
+ this.updateTemplateUsageFieldSpecified = value;
+ }
+ }
+
+ ///
+ public string whatId {
+ get {
+ return this.whatIdField;
+ }
+ set {
+ this.whatIdField = value;
+ }
+ }
+
+ ///
+ public string whoId {
+ get {
+ return this.whoIdField;
+ }
+ set {
+ this.whoIdField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum AttachmentRetrievalOption {
+
+ ///
+ None,
+
+ ///
+ MetadataOnly,
+
+ ///
+ MetadataWithBody,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class RenderEmailTemplateResult {
+
+ private RenderEmailTemplateBodyResult[] bodyResultsField;
+
+ private Error[] errorsField;
+
+ private bool successField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("bodyResults")]
+ public RenderEmailTemplateBodyResult[] bodyResults {
+ get {
+ return this.bodyResultsField;
+ }
+ set {
+ this.bodyResultsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
+ get {
+ return this.errorsField;
+ }
+ set {
+ this.errorsField = value;
+ }
+ }
+
+ ///
+ public bool success {
+ get {
+ return this.successField;
+ }
+ set {
+ this.successField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class RenderEmailTemplateBodyResult {
+
+ private RenderEmailTemplateError[] errorsField;
+
+ private string mergedBodyField;
+
+ private bool successField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public RenderEmailTemplateError[] errors {
+ get {
+ return this.errorsField;
+ }
+ set {
+ this.errorsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string mergedBody {
+ get {
+ return this.mergedBodyField;
+ }
+ set {
+ this.mergedBodyField = value;
+ }
+ }
+
+ ///
+ public bool success {
+ get {
+ return this.successField;
+ }
+ set {
+ this.successField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class RenderEmailTemplateError {
+
+ private string fieldNameField;
+
+ private string messageField;
+
+ private int offsetField;
+
+ private StatusCode statusCodeField;
+
+ ///
+ public string fieldName {
+ get {
+ return this.fieldNameField;
+ }
+ set {
+ this.fieldNameField = value;
+ }
+ }
+
+ ///
+ public string message {
+ get {
+ return this.messageField;
+ }
+ set {
+ this.messageField = value;
+ }
+ }
+
+ ///
+ public int offset {
+ get {
+ return this.offsetField;
+ }
+ set {
+ this.offsetField = value;
+ }
+ }
+
+ ///
+ public StatusCode statusCode {
+ get {
+ return this.statusCodeField;
+ }
+ set {
+ this.statusCodeField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class RenderEmailTemplateRequest {
+
+ private bool escapeHtmlInMergeFieldsField;
+
+ private bool escapeHtmlInMergeFieldsFieldSpecified;
+
+ private string[] templateBodiesField;
+
+ private string whatIdField;
+
+ private string whoIdField;
+
+ ///
+ public bool escapeHtmlInMergeFields {
+ get {
+ return this.escapeHtmlInMergeFieldsField;
+ }
+ set {
+ this.escapeHtmlInMergeFieldsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool escapeHtmlInMergeFieldsSpecified {
+ get {
+ return this.escapeHtmlInMergeFieldsFieldSpecified;
+ }
+ set {
+ this.escapeHtmlInMergeFieldsFieldSpecified = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("templateBodies")]
+ public string[] templateBodies {
+ get {
+ return this.templateBodiesField;
+ }
+ set {
+ this.templateBodiesField = value;
+ }
+ }
+
+ ///
+ public string whatId {
+ get {
+ return this.whatIdField;
+ }
+ set {
+ this.whatIdField = value;
+ }
+ }
+
+ ///
+ public string whoId {
+ get {
+ return this.whoIdField;
+ }
+ set {
+ this.whoIdField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeTab {
+
+ private DescribeColor[] colorsField;
+
+ private bool customField;
+
+ private string iconUrlField;
+
+ private DescribeIcon[] iconsField;
+
+ private string labelField;
+
+ private string miniIconUrlField;
+
+ private string nameField;
+
+ private string sobjectNameField;
+
+ private string urlField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("colors")]
+ public DescribeColor[] colors {
+ get {
+ return this.colorsField;
+ }
+ set {
+ this.colorsField = value;
+ }
+ }
+
+ ///
+ public bool custom {
+ get {
+ return this.customField;
+ }
+ set {
+ this.customField = value;
+ }
+ }
+
+ ///
+ public string iconUrl {
+ get {
+ return this.iconUrlField;
+ }
+ set {
+ this.iconUrlField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("icons")]
+ public DescribeIcon[] icons {
+ get {
+ return this.iconsField;
+ }
+ set {
+ this.iconsField = value;
+ }
+ }
+
+ ///
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ public string miniIconUrl {
+ get {
+ return this.miniIconUrlField;
+ }
+ set {
+ this.miniIconUrlField = value;
+ }
+ }
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string sobjectName {
+ get {
+ return this.sobjectNameField;
+ }
+ set {
+ this.sobjectNameField = value;
+ }
+ }
+
+ ///
+ public string url {
+ get {
+ return this.urlField;
+ }
+ set {
+ this.urlField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeColor {
+
+ private string colorField;
+
+ private string contextField;
+
+ private string themeField;
+
+ ///
+ public string color {
+ get {
+ return this.colorField;
+ }
+ set {
+ this.colorField = value;
+ }
+ }
+
+ ///
+ public string context {
+ get {
+ return this.contextField;
+ }
+ set {
+ this.contextField = value;
+ }
+ }
+
+ ///
+ public string theme {
+ get {
+ return this.themeField;
+ }
+ set {
+ this.themeField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeIcon {
+
+ private string contentTypeField;
+
+ private System.Nullable heightField;
+
+ private string themeField;
+
+ private string urlField;
+
+ private System.Nullable widthField;
+
+ ///
+ public string contentType {
+ get {
+ return this.contentTypeField;
+ }
+ set {
+ this.contentTypeField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable height {
+ get {
+ return this.heightField;
+ }
+ set {
+ this.heightField = value;
+ }
+ }
+
+ ///
+ public string theme {
+ get {
+ return this.themeField;
+ }
+ set {
+ this.themeField = value;
+ }
+ }
+
+ ///
+ public string url {
+ get {
+ return this.urlField;
+ }
+ set {
+ this.urlField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable width {
+ get {
+ return this.widthField;
+ }
+ set {
+ this.widthField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeTabSetResult {
+
+ private string descriptionField;
+
+ private string labelField;
+
+ private string logoUrlField;
+
+ private string namespaceField;
+
+ private bool selectedField;
+
+ private string tabSetIdField;
+
+ private DescribeTab[] tabsField;
+
+ ///
+ public string description {
+ get {
+ return this.descriptionField;
+ }
+ set {
+ this.descriptionField = value;
+ }
+ }
+
+ ///
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ public string logoUrl {
+ get {
+ return this.logoUrlField;
+ }
+ set {
+ this.logoUrlField = value;
+ }
+ }
+
+ ///
+ public string @namespace {
+ get {
+ return this.namespaceField;
+ }
+ set {
+ this.namespaceField = value;
+ }
+ }
+
+ ///
+ public bool selected {
+ get {
+ return this.selectedField;
+ }
+ set {
+ this.selectedField = value;
+ }
+ }
+
+ ///
+ public string tabSetId {
+ get {
+ return this.tabSetIdField;
+ }
+ set {
+ this.tabSetIdField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("tabs")]
+ public DescribeTab[] tabs {
+ get {
+ return this.tabsField;
+ }
+ set {
+ this.tabsField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeSearchableEntityResult {
+
+ private string labelField;
+
+ private string nameField;
+
+ private string pluralLabelField;
+
+ ///
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+
+ ///
+ public string pluralLabel {
+ get {
+ return this.pluralLabelField;
+ }
+ set {
+ this.pluralLabelField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeSearchScopeOrderResult {
+
+ private string keyPrefixField;
+
+ private string nameField;
+
+ ///
+ public string keyPrefix {
+ get {
+ return this.keyPrefixField;
+ }
+ set {
+ this.keyPrefixField = value;
+ }
+ }
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeColumn {
+
+ private string fieldField;
+
+ private string formatField;
+
+ private string labelField;
+
+ private string nameField;
+
+ ///
+ public string field {
+ get {
+ return this.fieldField;
+ }
+ set {
+ this.fieldField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string format {
+ get {
+ return this.formatField;
+ }
+ set {
+ this.formatField = value;
+ }
+ }
+
+ ///
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeSearchLayoutResult {
+
+ private string errorMsgField;
+
+ private string labelField;
+
+ private System.Nullable limitRowsField;
+
+ private string objectTypeField;
+
+ private DescribeColumn[] searchColumnsField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string errorMsg {
+ get {
+ return this.errorMsgField;
+ }
+ set {
+ this.errorMsgField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable limitRows {
+ get {
+ return this.limitRowsField;
+ }
+ set {
+ this.limitRowsField = value;
+ }
+ }
+
+ ///
+ public string objectType {
+ get {
+ return this.objectTypeField;
+ }
+ set {
+ this.objectTypeField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("searchColumns", IsNullable=true)]
+ public DescribeColumn[] searchColumns {
+ get {
+ return this.searchColumnsField;
+ }
+ set {
+ this.searchColumnsField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class ListViewRecordColumn {
+
+ private string fieldNameOrPathField;
+
+ private string valueField;
+
+ ///
+ public string fieldNameOrPath {
+ get {
+ return this.fieldNameOrPathField;
+ }
+ set {
+ this.fieldNameOrPathField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string value {
+ get {
+ return this.valueField;
+ }
+ set {
+ this.valueField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class ExecuteListViewResult {
+
+ private ListViewColumn[] columnsField;
+
+ private string developerNameField;
+
+ private bool doneField;
+
+ private string idField;
+
+ private string labelField;
+
+ private ListViewRecordColumn[] recordsField;
+
+ private int sizeField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("columns")]
+ public ListViewColumn[] columns {
+ get {
+ return this.columnsField;
+ }
+ set {
+ this.columnsField = value;
+ }
+ }
+
+ ///
+ public string developerName {
+ get {
+ return this.developerNameField;
+ }
+ set {
+ this.developerNameField = value;
+ }
+ }
+
+ ///
+ public bool done {
+ get {
+ return this.doneField;
+ }
+ set {
+ this.doneField = value;
+ }
+ }
+
+ ///
+ public string id {
+ get {
+ return this.idField;
+ }
+ set {
+ this.idField = value;
+ }
+ }
+
+ ///
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlArrayItemAttribute("columns", typeof(ListViewRecordColumn), IsNullable=false)]
+ public ListViewRecordColumn[] records {
+ get {
+ return this.recordsField;
+ }
+ set {
+ this.recordsField = value;
+ }
+ }
+
+ ///
+ public int size {
+ get {
+ return this.sizeField;
+ }
+ set {
+ this.sizeField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class ListViewColumn {
+
+ private string ascendingLabelField;
+
+ private string descendingLabelField;
+
+ private string fieldNameOrPathField;
+
+ private bool hiddenField;
+
+ private string labelField;
+
+ private bool searchableField;
+
+ private string selectListItemField;
+
+ private System.Nullable sortDirectionField;
+
+ private System.Nullable sortIndexField;
+
+ private bool sortableField;
+
+ private fieldType typeField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string ascendingLabel {
+ get {
+ return this.ascendingLabelField;
+ }
+ set {
+ this.ascendingLabelField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string descendingLabel {
+ get {
+ return this.descendingLabelField;
+ }
+ set {
+ this.descendingLabelField = value;
+ }
+ }
+
+ ///
+ public string fieldNameOrPath {
+ get {
+ return this.fieldNameOrPathField;
+ }
+ set {
+ this.fieldNameOrPathField = value;
+ }
+ }
+
+ ///
+ public bool hidden {
+ get {
+ return this.hiddenField;
+ }
+ set {
+ this.hiddenField = value;
+ }
+ }
+
+ ///
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ public bool searchable {
+ get {
+ return this.searchableField;
+ }
+ set {
+ this.searchableField = value;
+ }
+ }
+
+ ///
+ public string selectListItem {
+ get {
+ return this.selectListItemField;
+ }
+ set {
+ this.selectListItemField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable sortDirection {
+ get {
+ return this.sortDirectionField;
+ }
+ set {
+ this.sortDirectionField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable sortIndex {
+ get {
+ return this.sortIndexField;
+ }
+ set {
+ this.sortIndexField = value;
+ }
+ }
+
+ ///
+ public bool sortable {
+ get {
+ return this.sortableField;
+ }
+ set {
+ this.sortableField = value;
+ }
+ }
+
+ ///
+ public fieldType type {
+ get {
+ return this.typeField;
+ }
+ set {
+ this.typeField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum orderByDirection {
+
+ ///
+ ascending,
+
+ ///
+ descending,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum fieldType {
+
+ ///
+ @string,
+
+ ///
+ picklist,
+
+ ///
+ multipicklist,
+
+ ///
+ combobox,
+
+ ///
+ reference,
+
+ ///
+ base64,
+
+ ///
+ boolean,
+
+ ///
+ currency,
+
+ ///
+ textarea,
+
+ ///
+ @int,
+
+ ///
+ @double,
+
+ ///
+ percent,
+
+ ///
+ phone,
+
+ ///
+ id,
+
+ ///
+ date,
+
+ ///
+ datetime,
+
+ ///
+ time,
+
+ ///
+ url,
+
+ ///
+ email,
+
+ ///
+ encryptedstring,
+
+ ///
+ datacategorygroupreference,
+
+ ///
+ location,
+
+ ///
+ address,
+
+ ///
+ anyType,
+
+ ///
+ complexvalue,
+
+ ///
+ @long,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class ExecuteListViewRequest {
+
+ private string developerNameOrIdField;
+
+ private System.Nullable limitField;
+
+ private System.Nullable offsetField;
+
+ private ListViewOrderBy[] orderByField;
+
+ private string sobjectTypeField;
+
+ ///
+ public string developerNameOrId {
+ get {
+ return this.developerNameOrIdField;
+ }
+ set {
+ this.developerNameOrIdField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable limit {
+ get {
+ return this.limitField;
+ }
+ set {
+ this.limitField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable offset {
+ get {
+ return this.offsetField;
+ }
+ set {
+ this.offsetField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("orderBy")]
+ public ListViewOrderBy[] orderBy {
+ get {
+ return this.orderByField;
+ }
+ set {
+ this.orderByField = value;
+ }
+ }
+
+ ///
+ public string sobjectType {
+ get {
+ return this.sobjectTypeField;
+ }
+ set {
+ this.sobjectTypeField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class ListViewOrderBy {
+
+ private string fieldNameOrPathField;
+
+ private System.Nullable nullsPositionField;
+
+ private System.Nullable sortDirectionField;
+
+ ///
+ public string fieldNameOrPath {
+ get {
+ return this.fieldNameOrPathField;
+ }
+ set {
+ this.fieldNameOrPathField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable nullsPosition {
+ get {
+ return this.nullsPositionField;
+ }
+ set {
+ this.nullsPositionField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable sortDirection {
+ get {
+ return this.sortDirectionField;
+ }
+ set {
+ this.sortDirectionField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum orderByNullsPosition {
+
+ ///
+ first,
+
+ ///
+ last,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeSoqlListViewParams {
+
+ private string developerNameOrIdField;
+
+ private string sobjectTypeField;
+
+ ///
+ public string developerNameOrId {
+ get {
+ return this.developerNameOrIdField;
+ }
+ set {
+ this.developerNameOrIdField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string sobjectType {
+ get {
+ return this.sobjectTypeField;
+ }
+ set {
+ this.sobjectTypeField = value;
+ }
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(SoqlSubQueryCondition))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(SoqlConditionGroup))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(SoqlNotCondition))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(SoqlCondition))]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SoqlWhereCondition {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SoqlSubQueryCondition : SoqlWhereCondition {
+
+ private string fieldField;
+
+ private soqlOperator operatorField;
+
+ private string subQueryField;
+
+ ///
+ public string field {
+ get {
+ return this.fieldField;
+ }
+ set {
+ this.fieldField = value;
+ }
+ }
+
+ ///
+ public soqlOperator @operator {
+ get {
+ return this.operatorField;
+ }
+ set {
+ this.operatorField = value;
+ }
+ }
+
+ ///
+ public string subQuery {
+ get {
+ return this.subQueryField;
+ }
+ set {
+ this.subQueryField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum soqlOperator {
+
+ ///
+ equals,
+
+ ///
+ excludes,
+
+ ///
+ greaterThan,
+
+ ///
+ greaterThanOrEqualTo,
+
+ ///
+ @in,
+
+ ///
+ includes,
+
+ ///
+ lessThan,
+
+ ///
+ lessThanOrEqualTo,
+
+ ///
+ like,
+
+ ///
+ notEquals,
+
+ ///
+ notIn,
+
+ ///
+ within,
+
+ ///
+ notLike,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SoqlConditionGroup : SoqlWhereCondition {
+
+ private SoqlWhereCondition[] conditionsField;
+
+ private soqlConjunction conjunctionField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("conditions")]
+ public SoqlWhereCondition[] conditions {
+ get {
+ return this.conditionsField;
+ }
+ set {
+ this.conditionsField = value;
+ }
+ }
+
+ ///
+ public soqlConjunction conjunction {
+ get {
+ return this.conjunctionField;
+ }
+ set {
+ this.conjunctionField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum soqlConjunction {
+
+ ///
+ and,
+
+ ///
+ or,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SoqlNotCondition : SoqlWhereCondition {
+
+ private SoqlWhereCondition conditionField;
+
+ ///
+ public SoqlWhereCondition condition {
+ get {
+ return this.conditionField;
+ }
+ set {
+ this.conditionField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SoqlCondition : SoqlWhereCondition {
+
+ private string fieldField;
+
+ private soqlOperator operatorField;
+
+ private string[] valuesField;
+
+ ///
+ public string field {
+ get {
+ return this.fieldField;
+ }
+ set {
+ this.fieldField = value;
+ }
+ }
+
+ ///
+ public soqlOperator @operator {
+ get {
+ return this.operatorField;
+ }
+ set {
+ this.operatorField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("values")]
+ public string[] values {
+ get {
+ return this.valuesField;
+ }
+ set {
+ this.valuesField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeSoqlListView {
+
+ private ListViewColumn[] columnsField;
+
+ private string idField;
+
+ private ListViewOrderBy[] orderByField;
+
+ private string queryField;
+
+ private string relatedEntityIdField;
+
+ private string scopeField;
+
+ private string scopeEntityIdField;
+
+ private string sobjectTypeField;
+
+ private SoqlWhereCondition whereConditionField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("columns")]
+ public ListViewColumn[] columns {
+ get {
+ return this.columnsField;
+ }
+ set {
+ this.columnsField = value;
+ }
+ }
+
+ ///
+ public string id {
+ get {
+ return this.idField;
+ }
+ set {
+ this.idField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("orderBy")]
+ public ListViewOrderBy[] orderBy {
+ get {
+ return this.orderByField;
+ }
+ set {
+ this.orderByField = value;
+ }
+ }
+
+ ///
+ public string query {
+ get {
+ return this.queryField;
+ }
+ set {
+ this.queryField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string relatedEntityId {
+ get {
+ return this.relatedEntityIdField;
+ }
+ set {
+ this.relatedEntityIdField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string scope {
+ get {
+ return this.scopeField;
+ }
+ set {
+ this.scopeField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string scopeEntityId {
+ get {
+ return this.scopeEntityIdField;
+ }
+ set {
+ this.scopeEntityIdField = value;
+ }
+ }
+
+ ///
+ public string sobjectType {
+ get {
+ return this.sobjectTypeField;
+ }
+ set {
+ this.sobjectTypeField = value;
+ }
+ }
+
+ ///
+ public SoqlWhereCondition whereCondition {
+ get {
+ return this.whereConditionField;
+ }
+ set {
+ this.whereConditionField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SendEmailResult {
+
+ private SendEmailError[] errorsField;
+
+ private bool successField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public SendEmailError[] errors {
+ get {
+ return this.errorsField;
+ }
+ set {
+ this.errorsField = value;
+ }
+ }
+
+ ///
+ public bool success {
+ get {
+ return this.successField;
+ }
+ set {
+ this.successField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SendEmailError {
+
+ private string[] fieldsField;
+
+ private string messageField;
+
+ private StatusCode statusCodeField;
+
+ private string targetObjectIdField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("fields", IsNullable=true)]
+ public string[] fields {
+ get {
+ return this.fieldsField;
+ }
+ set {
+ this.fieldsField = value;
+ }
+ }
+
+ ///
+ public string message {
+ get {
+ return this.messageField;
+ }
+ set {
+ this.messageField = value;
+ }
+ }
+
+ ///
+ public StatusCode statusCode {
+ get {
+ return this.statusCodeField;
+ }
+ set {
+ this.statusCodeField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string targetObjectId {
+ get {
+ return this.targetObjectIdField;
+ }
+ set {
+ this.targetObjectIdField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class NamedLayoutInfo {
+
+ private string nameField;
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class RecordTypeMapping {
+
+ private bool activeField;
+
+ private bool availableField;
+
+ private bool defaultRecordTypeMappingField;
+
+ private string developerNameField;
+
+ private string layoutIdField;
+
+ private bool masterField;
+
+ private string nameField;
+
+ private PicklistForRecordType[] picklistsForRecordTypeField;
+
+ private string recordTypeIdField;
+
+ ///
+ public bool active {
+ get {
+ return this.activeField;
+ }
+ set {
+ this.activeField = value;
+ }
+ }
+
+ ///
+ public bool available {
+ get {
+ return this.availableField;
+ }
+ set {
+ this.availableField = value;
+ }
+ }
+
+ ///
+ public bool defaultRecordTypeMapping {
+ get {
+ return this.defaultRecordTypeMappingField;
+ }
+ set {
+ this.defaultRecordTypeMappingField = value;
+ }
+ }
+
+ ///
+ public string developerName {
+ get {
+ return this.developerNameField;
+ }
+ set {
+ this.developerNameField = value;
+ }
+ }
+
+ ///
+ public string layoutId {
+ get {
+ return this.layoutIdField;
+ }
+ set {
+ this.layoutIdField = value;
+ }
+ }
+
+ ///
+ public bool master {
+ get {
+ return this.masterField;
+ }
+ set {
+ this.masterField = value;
+ }
+ }
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("picklistsForRecordType", IsNullable=true)]
+ public PicklistForRecordType[] picklistsForRecordType {
+ get {
+ return this.picklistsForRecordTypeField;
+ }
+ set {
+ this.picklistsForRecordTypeField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string recordTypeId {
+ get {
+ return this.recordTypeIdField;
+ }
+ set {
+ this.recordTypeIdField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class PicklistForRecordType {
+
+ private string picklistNameField;
+
+ private PicklistEntry[] picklistValuesField;
+
+ ///
+ public string picklistName {
+ get {
+ return this.picklistNameField;
+ }
+ set {
+ this.picklistNameField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("picklistValues", IsNullable=true)]
+ public PicklistEntry[] picklistValues {
+ get {
+ return this.picklistValuesField;
+ }
+ set {
+ this.picklistValuesField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class PicklistEntry {
+
+ private bool activeField;
+
+ private bool defaultValueField;
+
+ private string labelField;
+
+ private byte[] validForField;
+
+ private string valueField;
+
+ ///
+ public bool active {
+ get {
+ return this.activeField;
+ }
+ set {
+ this.activeField = value;
+ }
+ }
+
+ ///
+ public bool defaultValue {
+ get {
+ return this.defaultValueField;
+ }
+ set {
+ this.defaultValueField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
+ public byte[] validFor {
+ get {
+ return this.validForField;
+ }
+ set {
+ this.validForField = value;
+ }
+ }
+
+ ///
+ public string value {
+ get {
+ return this.valueField;
+ }
+ set {
+ this.valueField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeLayoutSaveOption {
+
+ private bool defaultValueField;
+
+ private bool isDisplayedField;
+
+ private string labelField;
+
+ private string nameField;
+
+ private string restHeaderNameField;
+
+ private string soapHeaderNameField;
+
+ ///
+ public bool defaultValue {
+ get {
+ return this.defaultValueField;
+ }
+ set {
+ this.defaultValueField = value;
+ }
+ }
+
+ ///
+ public bool isDisplayed {
+ get {
+ return this.isDisplayedField;
+ }
+ set {
+ this.isDisplayedField = value;
+ }
+ }
+
+ ///
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+
+ ///
+ public string restHeaderName {
+ get {
+ return this.restHeaderNameField;
+ }
+ set {
+ this.restHeaderNameField = value;
+ }
+ }
+
+ ///
+ public string soapHeaderName {
+ get {
+ return this.soapHeaderNameField;
+ }
+ set {
+ this.soapHeaderNameField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class RelatedListSort {
+
+ private bool ascendingField;
+
+ private string columnField;
+
+ ///
+ public bool ascending {
+ get {
+ return this.ascendingField;
+ }
+ set {
+ this.ascendingField = value;
+ }
+ }
+
+ ///
+ public string column {
+ get {
+ return this.columnField;
+ }
+ set {
+ this.columnField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class RelatedListColumn {
+
+ private string fieldField;
+
+ private string fieldApiNameField;
+
+ private string formatField;
+
+ private string labelField;
+
+ private string lookupIdField;
+
+ private string nameField;
+
+ private bool sortableField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string field {
+ get {
+ return this.fieldField;
+ }
+ set {
+ this.fieldField = value;
+ }
+ }
+
+ ///
+ public string fieldApiName {
+ get {
+ return this.fieldApiNameField;
+ }
+ set {
+ this.fieldApiNameField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string format {
+ get {
+ return this.formatField;
+ }
+ set {
+ this.formatField = value;
+ }
+ }
+
+ ///
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string lookupId {
+ get {
+ return this.lookupIdField;
+ }
+ set {
+ this.lookupIdField = value;
+ }
+ }
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+
+ ///
+ public bool sortable {
+ get {
+ return this.sortableField;
+ }
+ set {
+ this.sortableField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class RelatedList {
+
+ private System.Nullable accessLevelRequiredForCreateField;
+
+ private DescribeLayoutButton[] buttonsField;
+
+ private RelatedListColumn[] columnsField;
+
+ private bool customField;
+
+ private string fieldField;
+
+ private string labelField;
+
+ private int limitRowsField;
+
+ private string nameField;
+
+ private string sobjectField;
+
+ private RelatedListSort[] sortField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable accessLevelRequiredForCreate {
+ get {
+ return this.accessLevelRequiredForCreateField;
+ }
+ set {
+ this.accessLevelRequiredForCreateField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("buttons", IsNullable=true)]
+ public DescribeLayoutButton[] buttons {
+ get {
+ return this.buttonsField;
+ }
+ set {
+ this.buttonsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("columns")]
+ public RelatedListColumn[] columns {
+ get {
+ return this.columnsField;
+ }
+ set {
+ this.columnsField = value;
+ }
+ }
+
+ ///
+ public bool custom {
+ get {
+ return this.customField;
+ }
+ set {
+ this.customField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string field {
+ get {
+ return this.fieldField;
+ }
+ set {
+ this.fieldField = value;
+ }
+ }
+
+ ///
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ public int limitRows {
+ get {
+ return this.limitRowsField;
+ }
+ set {
+ this.limitRowsField = value;
+ }
+ }
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string sobject {
+ get {
+ return this.sobjectField;
+ }
+ set {
+ this.sobjectField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("sort")]
+ public RelatedListSort[] sort {
+ get {
+ return this.sortField;
+ }
+ set {
+ this.sortField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum ShareAccessLevel {
+
+ ///
+ Read,
+
+ ///
+ Edit,
+
+ ///
+ All,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeLayoutButton {
+
+ private System.Nullable behaviorField;
+
+ private bool behaviorFieldSpecified;
+
+ private DescribeColor[] colorsField;
+
+ private string contentField;
+
+ private System.Nullable contentSourceField;
+
+ private bool contentSourceFieldSpecified;
+
+ private bool customField;
+
+ private string encodingField;
+
+ private System.Nullable heightField;
+
+ private bool heightFieldSpecified;
+
+ private DescribeIcon[] iconsField;
+
+ private string labelField;
+
+ private System.Nullable menubarField;
+
+ private string nameField;
+
+ private bool overriddenField;
+
+ private System.Nullable resizeableField;
+
+ private System.Nullable scrollbarsField;
+
+ private System.Nullable showsLocationField;
+
+ private System.Nullable showsStatusField;
+
+ private System.Nullable toolbarField;
+
+ private string urlField;
+
+ private System.Nullable widthField;
+
+ private bool widthFieldSpecified;
+
+ private System.Nullable windowPositionField;
+
+ private bool windowPositionFieldSpecified;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable behavior {
+ get {
+ return this.behaviorField;
+ }
+ set {
+ this.behaviorField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool behaviorSpecified {
+ get {
+ return this.behaviorFieldSpecified;
+ }
+ set {
+ this.behaviorFieldSpecified = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("colors")]
+ public DescribeColor[] colors {
+ get {
+ return this.colorsField;
+ }
+ set {
+ this.colorsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string content {
+ get {
+ return this.contentField;
+ }
+ set {
+ this.contentField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable contentSource {
+ get {
+ return this.contentSourceField;
+ }
+ set {
+ this.contentSourceField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool contentSourceSpecified {
+ get {
+ return this.contentSourceFieldSpecified;
+ }
+ set {
+ this.contentSourceFieldSpecified = value;
+ }
+ }
+
+ ///
+ public bool custom {
+ get {
+ return this.customField;
+ }
+ set {
+ this.customField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string encoding {
+ get {
+ return this.encodingField;
+ }
+ set {
+ this.encodingField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable height {
+ get {
+ return this.heightField;
+ }
+ set {
+ this.heightField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool heightSpecified {
+ get {
+ return this.heightFieldSpecified;
+ }
+ set {
+ this.heightFieldSpecified = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("icons")]
+ public DescribeIcon[] icons {
+ get {
+ return this.iconsField;
+ }
+ set {
+ this.iconsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable menubar {
+ get {
+ return this.menubarField;
+ }
+ set {
+ this.menubarField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
+
+ ///
+ public bool overridden {
+ get {
+ return this.overriddenField;
+ }
+ set {
+ this.overriddenField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable resizeable {
+ get {
+ return this.resizeableField;
+ }
+ set {
+ this.resizeableField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable scrollbars {
+ get {
+ return this.scrollbarsField;
+ }
+ set {
+ this.scrollbarsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable showsLocation {
+ get {
+ return this.showsLocationField;
+ }
+ set {
+ this.showsLocationField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable showsStatus {
+ get {
+ return this.showsStatusField;
+ }
+ set {
+ this.showsStatusField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable toolbar {
+ get {
+ return this.toolbarField;
+ }
+ set {
+ this.toolbarField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string url {
+ get {
+ return this.urlField;
+ }
+ set {
+ this.urlField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable width {
+ get {
+ return this.widthField;
+ }
+ set {
+ this.widthField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool widthSpecified {
+ get {
+ return this.widthFieldSpecified;
+ }
+ set {
+ this.widthFieldSpecified = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable windowPosition {
+ get {
+ return this.windowPositionField;
+ }
+ set {
+ this.windowPositionField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool windowPositionSpecified {
+ get {
+ return this.windowPositionFieldSpecified;
+ }
+ set {
+ this.windowPositionFieldSpecified = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum WebLinkWindowType {
+
+ ///
+ newWindow,
+
+ ///
+ sidebar,
+
+ ///
+ noSidebar,
+
+ ///
+ replace,
+
+ ///
+ onClickJavaScript,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum WebLinkType {
+
+ ///
+ url,
+
+ ///
+ sControl,
+
+ ///
+ javascript,
+
+ ///
+ page,
+
+ ///
+ flow,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum WebLinkPosition {
+
+ ///
+ fullScreen,
+
+ ///
+ none,
+
+ ///
+ topLeft,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeRelatedContentItem {
+
+ private DescribeLayoutItem describeLayoutItemField;
+
+ ///
+ public DescribeLayoutItem describeLayoutItem {
+ get {
+ return this.describeLayoutItemField;
+ }
+ set {
+ this.describeLayoutItemField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeLayoutItem {
+
+ private bool editableForNewField;
+
+ private bool editableForUpdateField;
+
+ private string labelField;
+
+ private DescribeLayoutComponent[] layoutComponentsField;
+
+ private bool placeholderField;
+
+ private bool requiredField;
+
+ ///
+ public bool editableForNew {
+ get {
+ return this.editableForNewField;
+ }
+ set {
+ this.editableForNewField = value;
+ }
+ }
+
+ ///
+ public bool editableForUpdate {
+ get {
+ return this.editableForUpdateField;
+ }
+ set {
+ this.editableForUpdateField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("layoutComponents")]
+ public DescribeLayoutComponent[] layoutComponents {
+ get {
+ return this.layoutComponentsField;
+ }
+ set {
+ this.layoutComponentsField = value;
+ }
+ }
+
+ ///
+ public bool placeholder {
get {
- return this.defaultValuesField;
+ return this.placeholderField;
}
set {
- this.defaultValuesField = value;
+ this.placeholderField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable height {
+ public bool required {
get {
- return this.heightField;
+ return this.requiredField;
}
set {
- this.heightField = value;
+ this.requiredField = value;
+ }
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomLinkComponent))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(AnalyticsCloudComponent))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(ReportChartComponent))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(Canvas))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(VisualforcePage))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(FieldLayoutComponent))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(FieldComponent))]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeLayoutComponent {
+
+ private int displayLinesField;
+
+ private int tabOrderField;
+
+ private layoutComponentType typeField;
+
+ private string valueField;
+
+ ///
+ public int displayLines {
+ get {
+ return this.displayLinesField;
+ }
+ set {
+ this.displayLinesField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string iconName {
+ public int tabOrder {
get {
- return this.iconNameField;
+ return this.tabOrderField;
}
set {
- this.iconNameField = value;
+ this.tabOrderField = value;
+ }
+ }
+
+ ///
+ public layoutComponentType type {
+ get {
+ return this.typeField;
+ }
+ set {
+ this.typeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string iconUrl {
+ public string value {
get {
- return this.iconUrlField;
+ return this.valueField;
}
set {
- this.iconUrlField = value;
+ this.valueField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum layoutComponentType {
///
- [System.Xml.Serialization.XmlElementAttribute("icons")]
- public DescribeIcon[] icons {
+ ReportChart,
+
+ ///
+ Field,
+
+ ///
+ Separator,
+
+ ///
+ SControl,
+
+ ///
+ EmptySpace,
+
+ ///
+ VisualforcePage,
+
+ ///
+ ExpandedLookup,
+
+ ///
+ AuraComponent,
+
+ ///
+ Canvas,
+
+ ///
+ CustomLink,
+
+ ///
+ AnalyticsCloud,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class CustomLinkComponent : DescribeLayoutComponent {
+
+ private DescribeLayoutButton customLinkField;
+
+ ///
+ public DescribeLayoutButton customLink {
get {
- return this.iconsField;
+ return this.customLinkField;
}
set {
- this.iconsField = value;
+ this.customLinkField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class AnalyticsCloudComponent : DescribeLayoutComponent {
+
+ private string errorField;
+
+ private string filterField;
+
+ private string heightField;
+
+ private bool hideOnErrorField;
+
+ private bool showSharingField;
+
+ private bool showTitleField;
+
+ private string widthField;
+
+ ///
+ public string error {
+ get {
+ return this.errorField;
+ }
+ set {
+ this.errorField = value;
}
}
///
- public string label {
+ public string filter {
get {
- return this.labelField;
+ return this.filterField;
}
set {
- this.labelField = value;
+ this.filterField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("layout")]
- public DescribeLayoutSection[] layout {
+ public string height {
get {
- return this.layoutField;
+ return this.heightField;
}
set {
- this.layoutField = value;
+ this.heightField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string miniIconUrl {
+ public bool hideOnError {
get {
- return this.miniIconUrlField;
+ return this.hideOnErrorField;
}
set {
- this.miniIconUrlField = value;
+ this.hideOnErrorField = value;
}
}
///
- public string name {
+ public bool showSharing {
get {
- return this.nameField;
+ return this.showSharingField;
}
set {
- this.nameField = value;
+ this.showSharingField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string targetParentField {
+ public bool showTitle {
get {
- return this.targetParentFieldField;
+ return this.showTitleField;
}
set {
- this.targetParentFieldField = value;
+ this.showTitleField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string targetRecordTypeId {
+ public string width {
get {
- return this.targetRecordTypeIdField;
+ return this.widthField;
}
set {
- this.targetRecordTypeIdField = value;
+ this.widthField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class ReportChartComponent : DescribeLayoutComponent {
+
+ private bool cacheDataField;
+
+ private string contextFilterableFieldField;
+
+ private string errorField;
+
+ private bool hideOnErrorField;
+
+ private bool includeContextField;
+
+ private bool showTitleField;
+
+ private ReportChartSize sizeField;
+
+ ///
+ public bool cacheData {
+ get {
+ return this.cacheDataField;
+ }
+ set {
+ this.cacheDataField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string targetSobjectType {
+ public string contextFilterableField {
get {
- return this.targetSobjectTypeField;
+ return this.contextFilterableFieldField;
}
set {
- this.targetSobjectTypeField = value;
+ this.contextFilterableFieldField = value;
}
}
///
- public string type {
+ public string error {
get {
- return this.typeField;
+ return this.errorField;
}
set {
- this.typeField = value;
+ this.errorField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string visualforcePageName {
+ public bool hideOnError {
get {
- return this.visualforcePageNameField;
+ return this.hideOnErrorField;
}
set {
- this.visualforcePageNameField = value;
+ this.hideOnErrorField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable width {
+ public bool includeContext {
get {
- return this.widthField;
+ return this.includeContextField;
+ }
+ set {
+ this.includeContextField = value;
+ }
+ }
+
+ ///
+ public bool showTitle {
+ get {
+ return this.showTitleField;
+ }
+ set {
+ this.showTitleField = value;
+ }
+ }
+
+ ///
+ public ReportChartSize size {
+ get {
+ return this.sizeField;
}
set {
- this.widthField = value;
+ this.sizeField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum ShareAccessLevel {
+ public enum ReportChartSize {
///
- Read,
+ SMALL,
///
- Edit,
+ MEDIUM,
///
- All,
+ LARGE,
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeColor {
+ public partial class Canvas : DescribeLayoutComponent {
- private string colorField;
+ private string displayLocationField;
- private string contextField;
+ private string referenceIdField;
- private string themeField;
+ private bool showLabelField;
+
+ private bool showScrollbarsField;
+
+ private string suggestedHeightField;
+
+ private string suggestedWidthField;
///
- public string color {
+ public string displayLocation {
get {
- return this.colorField;
+ return this.displayLocationField;
}
set {
- this.colorField = value;
+ this.displayLocationField = value;
}
}
///
- public string context {
+ public string referenceId {
get {
- return this.contextField;
+ return this.referenceIdField;
}
set {
- this.contextField = value;
+ this.referenceIdField = value;
}
}
///
- public string theme {
+ public bool showLabel {
get {
- return this.themeField;
+ return this.showLabelField;
}
set {
- this.themeField = value;
+ this.showLabelField = value;
+ }
+ }
+
+ ///
+ public bool showScrollbars {
+ get {
+ return this.showScrollbarsField;
+ }
+ set {
+ this.showScrollbarsField = value;
+ }
+ }
+
+ ///
+ public string suggestedHeight {
+ get {
+ return this.suggestedHeightField;
+ }
+ set {
+ this.suggestedHeightField = value;
+ }
+ }
+
+ ///
+ public string suggestedWidth {
+ get {
+ return this.suggestedWidthField;
+ }
+ set {
+ this.suggestedWidthField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeIcon {
+ public partial class VisualforcePage : DescribeLayoutComponent {
- private string contentTypeField;
+ private bool showLabelField;
- private System.Nullable heightField;
+ private bool showScrollbarsField;
- private string themeField;
+ private string suggestedHeightField;
- private string urlField;
+ private string suggestedWidthField;
- private System.Nullable widthField;
+ private string urlField;
///
- public string contentType {
+ public bool showLabel {
get {
- return this.contentTypeField;
+ return this.showLabelField;
}
set {
- this.contentTypeField = value;
+ this.showLabelField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable height {
+ public bool showScrollbars {
get {
- return this.heightField;
+ return this.showScrollbarsField;
}
set {
- this.heightField = value;
+ this.showScrollbarsField = value;
}
}
///
- public string theme {
+ public string suggestedHeight {
get {
- return this.themeField;
+ return this.suggestedHeightField;
}
set {
- this.themeField = value;
+ this.suggestedHeightField = value;
}
}
///
- public string url {
+ public string suggestedWidth {
get {
- return this.urlField;
+ return this.suggestedWidthField;
}
set {
- this.urlField = value;
+ this.suggestedWidthField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable width {
+ public string url {
get {
- return this.widthField;
+ return this.urlField;
}
set {
- this.widthField = value;
+ this.urlField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeLayoutSection {
-
- private int columnsField;
-
- private string headingField;
-
- private DescribeLayoutRow[] layoutRowsField;
-
- private int rowsField;
+ public partial class FieldLayoutComponent : DescribeLayoutComponent {
- private TabOrderType tabOrderField;
+ private DescribeLayoutComponent[] componentsField;
- private bool useCollapsibleSectionField;
+ private fieldType fieldTypeField;
- private bool useHeadingField;
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("components")]
+ public DescribeLayoutComponent[] components {
+ get {
+ return this.componentsField;
+ }
+ set {
+ this.componentsField = value;
+ }
+ }
///
- public int columns {
+ public fieldType fieldType {
get {
- return this.columnsField;
+ return this.fieldTypeField;
}
set {
- this.columnsField = value;
+ this.fieldTypeField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class FieldComponent : DescribeLayoutComponent {
+
+ private Field fieldField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string heading {
+ public Field field {
get {
- return this.headingField;
+ return this.fieldField;
}
set {
- this.headingField = value;
+ this.fieldField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class Field {
+
+ private bool aggregatableField;
+
+ private bool aiPredictionFieldField;
+
+ private bool autoNumberField;
+
+ private int byteLengthField;
+
+ private bool calculatedField;
+
+ private string calculatedFormulaField;
+
+ private bool cascadeDeleteField;
+
+ private bool cascadeDeleteFieldSpecified;
+
+ private bool caseSensitiveField;
+
+ private string compoundFieldNameField;
+
+ private string controllerNameField;
+
+ private bool createableField;
+
+ private bool customField;
+
+ private bool dataTranslationEnabledField;
+
+ private bool dataTranslationEnabledFieldSpecified;
+
+ private object defaultValueField;
+
+ private string defaultValueFormulaField;
+
+ private bool defaultedOnCreateField;
+
+ private bool dependentPicklistField;
+
+ private bool dependentPicklistFieldSpecified;
+
+ private bool deprecatedAndHiddenField;
+
+ private int digitsField;
+
+ private bool displayLocationInDecimalField;
+
+ private bool displayLocationInDecimalFieldSpecified;
+
+ private bool encryptedField;
+
+ private bool encryptedFieldSpecified;
+
+ private bool externalIdField;
+
+ private bool externalIdFieldSpecified;
+
+ private string extraTypeInfoField;
+
+ private bool filterableField;
+
+ private FilteredLookupInfo filteredLookupInfoField;
+
+ private bool formulaTreatNullNumberAsZeroField;
+
+ private bool formulaTreatNullNumberAsZeroFieldSpecified;
+
+ private bool groupableField;
+
+ private bool highScaleNumberField;
+
+ private bool highScaleNumberFieldSpecified;
+
+ private bool htmlFormattedField;
+
+ private bool htmlFormattedFieldSpecified;
+
+ private bool idLookupField;
+
+ private string inlineHelpTextField;
+
+ private string labelField;
+
+ private int lengthField;
+
+ private string maskField;
+
+ private string maskTypeField;
+
+ private string nameField1;
+
+ private bool nameFieldField;
+
+ private bool namePointingField;
+
+ private bool namePointingFieldSpecified;
+
+ private bool nillableField;
+
+ private bool permissionableField;
+
+ private PicklistEntry[] picklistValuesField;
+
+ private bool polymorphicForeignKeyField;
+
+ private int precisionField;
+
+ private bool queryByDistanceField;
+
+ private string referenceTargetFieldField;
+
+ private string[] referenceToField;
+
+ private string relationshipNameField;
+
+ private int relationshipOrderField;
+
+ private bool relationshipOrderFieldSpecified;
+
+ private bool restrictedDeleteField;
+
+ private bool restrictedDeleteFieldSpecified;
+
+ private bool restrictedPicklistField;
+
+ private int scaleField;
+
+ private bool searchPrefilterableField;
+
+ private soapType soapTypeField;
+
+ private bool sortableField;
+
+ private bool sortableFieldSpecified;
+
+ private fieldType typeField;
+
+ private bool uniqueField;
+
+ private bool updateableField;
+
+ private bool writeRequiresMasterReadField;
- ///
- [System.Xml.Serialization.XmlElementAttribute("layoutRows")]
- public DescribeLayoutRow[] layoutRows {
- get {
- return this.layoutRowsField;
- }
- set {
- this.layoutRowsField = value;
- }
- }
+ private bool writeRequiresMasterReadFieldSpecified;
///
- public int rows {
+ public bool aggregatable {
get {
- return this.rowsField;
+ return this.aggregatableField;
}
set {
- this.rowsField = value;
+ this.aggregatableField = value;
}
}
///
- public TabOrderType tabOrder {
+ public bool aiPredictionField {
get {
- return this.tabOrderField;
+ return this.aiPredictionFieldField;
}
set {
- this.tabOrderField = value;
+ this.aiPredictionFieldField = value;
}
}
///
- public bool useCollapsibleSection {
+ public bool autoNumber {
get {
- return this.useCollapsibleSectionField;
+ return this.autoNumberField;
}
set {
- this.useCollapsibleSectionField = value;
+ this.autoNumberField = value;
}
}
///
- public bool useHeading {
+ public int byteLength {
get {
- return this.useHeadingField;
+ return this.byteLengthField;
}
set {
- this.useHeadingField = value;
+ this.byteLengthField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeLayoutRow {
-
- private DescribeLayoutItem[] layoutItemsField;
-
- private int numItemsField;
///
- [System.Xml.Serialization.XmlElementAttribute("layoutItems")]
- public DescribeLayoutItem[] layoutItems {
+ public bool calculated {
get {
- return this.layoutItemsField;
+ return this.calculatedField;
}
set {
- this.layoutItemsField = value;
+ this.calculatedField = value;
}
}
///
- public int numItems {
+ public string calculatedFormula {
get {
- return this.numItemsField;
+ return this.calculatedFormulaField;
}
set {
- this.numItemsField = value;
+ this.calculatedFormulaField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeLayoutItem {
-
- private bool editableForNewField;
-
- private bool editableForUpdateField;
-
- private string labelField;
-
- private DescribeLayoutComponent[] layoutComponentsField;
-
- private bool placeholderField;
-
- private bool requiredField;
///
- public bool editableForNew {
+ public bool cascadeDelete {
get {
- return this.editableForNewField;
+ return this.cascadeDeleteField;
}
set {
- this.editableForNewField = value;
+ this.cascadeDeleteField = value;
}
}
///
- public bool editableForUpdate {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool cascadeDeleteSpecified {
get {
- return this.editableForUpdateField;
+ return this.cascadeDeleteFieldSpecified;
}
set {
- this.editableForUpdateField = value;
+ this.cascadeDeleteFieldSpecified = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string label {
+ public bool caseSensitive {
get {
- return this.labelField;
+ return this.caseSensitiveField;
}
set {
- this.labelField = value;
+ this.caseSensitiveField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("layoutComponents")]
- public DescribeLayoutComponent[] layoutComponents {
+ public string compoundFieldName {
get {
- return this.layoutComponentsField;
+ return this.compoundFieldNameField;
}
set {
- this.layoutComponentsField = value;
+ this.compoundFieldNameField = value;
}
}
///
- public bool placeholder {
+ public string controllerName {
get {
- return this.placeholderField;
+ return this.controllerNameField;
}
set {
- this.placeholderField = value;
+ this.controllerNameField = value;
}
}
///
- public bool required {
+ public bool createable {
get {
- return this.requiredField;
+ return this.createableField;
}
set {
- this.requiredField = value;
+ this.createableField = value;
}
}
- }
-
- ///
- [System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomLinkComponent))]
- [System.Xml.Serialization.XmlIncludeAttribute(typeof(ReportChartComponent))]
- [System.Xml.Serialization.XmlIncludeAttribute(typeof(FieldLayoutComponent))]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeLayoutComponent {
-
- private int displayLinesField;
-
- private int tabOrderField;
-
- private layoutComponentType typeField;
-
- private string valueField;
///
- public int displayLines {
+ public bool custom {
get {
- return this.displayLinesField;
+ return this.customField;
}
set {
- this.displayLinesField = value;
+ this.customField = value;
}
}
///
- public int tabOrder {
+ public bool dataTranslationEnabled {
get {
- return this.tabOrderField;
+ return this.dataTranslationEnabledField;
}
set {
- this.tabOrderField = value;
+ this.dataTranslationEnabledField = value;
}
}
///
- public layoutComponentType type {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool dataTranslationEnabledSpecified {
get {
- return this.typeField;
+ return this.dataTranslationEnabledFieldSpecified;
}
set {
- this.typeField = value;
+ this.dataTranslationEnabledFieldSpecified = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string value {
+ public object defaultValue {
get {
- return this.valueField;
+ return this.defaultValueField;
}
set {
- this.valueField = value;
+ this.defaultValueField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum layoutComponentType {
-
- ///
- ReportChart,
-
- ///
- Field,
-
- ///
- Separator,
-
- ///
- SControl,
-
- ///
- EmptySpace,
-
- ///
- VisualforcePage,
-
- ///
- ExpandedLookup,
-
- ///
- AuraComponent,
-
- ///
- Canvas,
-
- ///
- CustomLink,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class CustomLinkComponent : DescribeLayoutComponent {
-
- private DescribeLayoutButton customLinkField;
///
- public DescribeLayoutButton customLink {
+ public string defaultValueFormula {
get {
- return this.customLinkField;
+ return this.defaultValueFormulaField;
}
set {
- this.customLinkField = value;
+ this.defaultValueFormulaField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeLayoutButton {
-
- private System.Nullable behaviorField;
-
- private bool behaviorFieldSpecified;
-
- private DescribeColor[] colorsField;
-
- private string contentField;
-
- private System.Nullable contentSourceField;
-
- private bool contentSourceFieldSpecified;
-
- private bool customField;
-
- private string encodingField;
-
- private System.Nullable heightField;
-
- private bool heightFieldSpecified;
-
- private DescribeIcon[] iconsField;
-
- private string labelField;
-
- private System.Nullable menubarField;
-
- private string nameField;
-
- private bool overriddenField;
-
- private System.Nullable resizeableField;
-
- private System.Nullable scrollbarsField;
-
- private System.Nullable showsLocationField;
-
- private System.Nullable showsStatusField;
-
- private System.Nullable toolbarField;
-
- private string urlField;
-
- private System.Nullable widthField;
-
- private bool widthFieldSpecified;
-
- private System.Nullable windowPositionField;
- private bool windowPositionFieldSpecified;
+ ///
+ public bool defaultedOnCreate {
+ get {
+ return this.defaultedOnCreateField;
+ }
+ set {
+ this.defaultedOnCreateField = value;
+ }
+ }
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable behavior {
+ public bool dependentPicklist {
get {
- return this.behaviorField;
+ return this.dependentPicklistField;
}
set {
- this.behaviorField = value;
+ this.dependentPicklistField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool behaviorSpecified {
+ public bool dependentPicklistSpecified {
get {
- return this.behaviorFieldSpecified;
+ return this.dependentPicklistFieldSpecified;
}
set {
- this.behaviorFieldSpecified = value;
+ this.dependentPicklistFieldSpecified = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("colors")]
- public DescribeColor[] colors {
+ public bool deprecatedAndHidden {
get {
- return this.colorsField;
+ return this.deprecatedAndHiddenField;
}
set {
- this.colorsField = value;
+ this.deprecatedAndHiddenField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string content {
+ public int digits {
get {
- return this.contentField;
+ return this.digitsField;
}
set {
- this.contentField = value;
+ this.digitsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable contentSource {
+ public bool displayLocationInDecimal {
get {
- return this.contentSourceField;
+ return this.displayLocationInDecimalField;
}
set {
- this.contentSourceField = value;
+ this.displayLocationInDecimalField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool contentSourceSpecified {
+ public bool displayLocationInDecimalSpecified {
get {
- return this.contentSourceFieldSpecified;
+ return this.displayLocationInDecimalFieldSpecified;
}
set {
- this.contentSourceFieldSpecified = value;
+ this.displayLocationInDecimalFieldSpecified = value;
}
}
///
- public bool custom {
+ public bool encrypted {
get {
- return this.customField;
+ return this.encryptedField;
}
set {
- this.customField = value;
+ this.encryptedField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string encoding {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool encryptedSpecified {
get {
- return this.encodingField;
+ return this.encryptedFieldSpecified;
}
set {
- this.encodingField = value;
+ this.encryptedFieldSpecified = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable height {
+ public bool externalId {
get {
- return this.heightField;
+ return this.externalIdField;
}
set {
- this.heightField = value;
+ this.externalIdField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool heightSpecified {
+ public bool externalIdSpecified {
get {
- return this.heightFieldSpecified;
+ return this.externalIdFieldSpecified;
}
set {
- this.heightFieldSpecified = value;
+ this.externalIdFieldSpecified = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("icons")]
- public DescribeIcon[] icons {
+ public string extraTypeInfo {
get {
- return this.iconsField;
+ return this.extraTypeInfoField;
}
set {
- this.iconsField = value;
+ this.extraTypeInfoField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string label {
+ public bool filterable {
get {
- return this.labelField;
+ return this.filterableField;
}
set {
- this.labelField = value;
+ this.filterableField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable menubar {
+ public FilteredLookupInfo filteredLookupInfo {
get {
- return this.menubarField;
+ return this.filteredLookupInfoField;
}
set {
- this.menubarField = value;
+ this.filteredLookupInfoField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string name {
+ public bool formulaTreatNullNumberAsZero {
get {
- return this.nameField;
+ return this.formulaTreatNullNumberAsZeroField;
}
set {
- this.nameField = value;
+ this.formulaTreatNullNumberAsZeroField = value;
}
}
///
- public bool overridden {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool formulaTreatNullNumberAsZeroSpecified {
get {
- return this.overriddenField;
+ return this.formulaTreatNullNumberAsZeroFieldSpecified;
}
set {
- this.overriddenField = value;
+ this.formulaTreatNullNumberAsZeroFieldSpecified = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable resizeable {
+ public bool groupable {
get {
- return this.resizeableField;
+ return this.groupableField;
}
set {
- this.resizeableField = value;
+ this.groupableField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable scrollbars {
+ public bool highScaleNumber {
get {
- return this.scrollbarsField;
+ return this.highScaleNumberField;
}
set {
- this.scrollbarsField = value;
+ this.highScaleNumberField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable showsLocation {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool highScaleNumberSpecified {
get {
- return this.showsLocationField;
+ return this.highScaleNumberFieldSpecified;
}
set {
- this.showsLocationField = value;
+ this.highScaleNumberFieldSpecified = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable showsStatus {
+ public bool htmlFormatted {
get {
- return this.showsStatusField;
+ return this.htmlFormattedField;
}
set {
- this.showsStatusField = value;
+ this.htmlFormattedField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable toolbar {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool htmlFormattedSpecified {
get {
- return this.toolbarField;
+ return this.htmlFormattedFieldSpecified;
}
set {
- this.toolbarField = value;
+ this.htmlFormattedFieldSpecified = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string url {
+ public bool idLookup {
get {
- return this.urlField;
+ return this.idLookupField;
}
set {
- this.urlField = value;
+ this.idLookupField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable width {
+ public string inlineHelpText {
get {
- return this.widthField;
+ return this.inlineHelpTextField;
}
set {
- this.widthField = value;
+ this.inlineHelpTextField = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool widthSpecified {
+ public string label {
get {
- return this.widthFieldSpecified;
+ return this.labelField;
}
set {
- this.widthFieldSpecified = value;
+ this.labelField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable windowPosition {
+ public int length {
get {
- return this.windowPositionField;
+ return this.lengthField;
}
set {
- this.windowPositionField = value;
+ this.lengthField = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool windowPositionSpecified {
+ public string mask {
get {
- return this.windowPositionFieldSpecified;
+ return this.maskField;
}
set {
- this.windowPositionFieldSpecified = value;
+ this.maskField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum WebLinkWindowType {
-
- ///
- newWindow,
-
- ///
- sidebar,
-
- ///
- noSidebar,
-
- ///
- replace,
-
- ///
- onClickJavaScript,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum WebLinkType {
///
- url,
-
- ///
- sControl,
-
- ///
- javascript,
-
- ///
- page,
-
- ///
- flow,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum WebLinkPosition {
-
- ///
- fullScreen,
-
- ///
- none,
+ public string maskType {
+ get {
+ return this.maskTypeField;
+ }
+ set {
+ this.maskTypeField = value;
+ }
+ }
///
- topLeft,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class ReportChartComponent : DescribeLayoutComponent {
-
- private bool cacheDataField;
-
- private string contextFilterableFieldField;
-
- private string errorField;
-
- private bool hideOnErrorField;
-
- private bool includeContextField;
-
- private bool showTitleField;
-
- private ReportChartSize sizeField;
+ public string name {
+ get {
+ return this.nameField1;
+ }
+ set {
+ this.nameField1 = value;
+ }
+ }
///
- public bool cacheData {
+ public bool nameField {
get {
- return this.cacheDataField;
+ return this.nameFieldField;
}
set {
- this.cacheDataField = value;
+ this.nameFieldField = value;
}
}
///
- public string contextFilterableField {
+ public bool namePointing {
get {
- return this.contextFilterableFieldField;
+ return this.namePointingField;
}
set {
- this.contextFilterableFieldField = value;
+ this.namePointingField = value;
}
}
///
- public string error {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool namePointingSpecified {
get {
- return this.errorField;
+ return this.namePointingFieldSpecified;
}
set {
- this.errorField = value;
+ this.namePointingFieldSpecified = value;
}
}
///
- public bool hideOnError {
+ public bool nillable {
get {
- return this.hideOnErrorField;
+ return this.nillableField;
}
set {
- this.hideOnErrorField = value;
+ this.nillableField = value;
}
}
///
- public bool includeContext {
+ public bool permissionable {
get {
- return this.includeContextField;
+ return this.permissionableField;
}
set {
- this.includeContextField = value;
+ this.permissionableField = value;
}
}
///
- public bool showTitle {
+ [System.Xml.Serialization.XmlElementAttribute("picklistValues", IsNullable=true)]
+ public PicklistEntry[] picklistValues {
get {
- return this.showTitleField;
+ return this.picklistValuesField;
}
set {
- this.showTitleField = value;
+ this.picklistValuesField = value;
}
}
///
- public ReportChartSize size {
+ public bool polymorphicForeignKey {
get {
- return this.sizeField;
+ return this.polymorphicForeignKeyField;
}
set {
- this.sizeField = value;
+ this.polymorphicForeignKeyField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum ReportChartSize {
-
- ///
- SMALL,
-
- ///
- MEDIUM,
-
- ///
- LARGE,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class FieldLayoutComponent : DescribeLayoutComponent {
-
- private DescribeLayoutComponent[] componentsField;
-
- private fieldType fieldTypeField;
///
- [System.Xml.Serialization.XmlElementAttribute("components")]
- public DescribeLayoutComponent[] components {
+ public int precision {
get {
- return this.componentsField;
+ return this.precisionField;
}
set {
- this.componentsField = value;
+ this.precisionField = value;
}
}
///
- public fieldType fieldType {
+ public bool queryByDistance {
get {
- return this.fieldTypeField;
+ return this.queryByDistanceField;
}
set {
- this.fieldTypeField = value;
+ this.queryByDistanceField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum fieldType {
-
- ///
- @string,
-
- ///
- picklist,
-
- ///
- multipicklist,
-
- ///
- combobox,
-
- ///
- reference,
-
- ///
- base64,
-
- ///
- boolean,
-
- ///
- currency,
-
- ///
- textarea,
-
- ///
- @int,
-
- ///
- @double,
-
- ///
- percent,
-
- ///
- phone,
-
- ///
- id,
-
- ///
- date,
-
- ///
- datetime,
-
- ///
- time,
-
- ///
- url,
-
- ///
- email,
-
- ///
- encryptedstring,
-
- ///
- datacategorygroupreference,
-
- ///
- location,
-
- ///
- address,
-
- ///
- anyType,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum TabOrderType {
-
- ///
- LeftToRight,
-
- ///
- TopToBottom,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class PerformQuickActionResult {
-
- private string contextIdField;
-
- private bool createdField;
-
- private Error[] errorsField;
-
- private string[] feedItemIdsField;
-
- private string[] idsField;
-
- private bool successField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string contextId {
+ public string referenceTargetField {
get {
- return this.contextIdField;
+ return this.referenceTargetFieldField;
}
set {
- this.contextIdField = value;
+ this.referenceTargetFieldField = value;
}
}
///
- public bool created {
+ [System.Xml.Serialization.XmlElementAttribute("referenceTo", IsNullable=true)]
+ public string[] referenceTo {
get {
- return this.createdField;
+ return this.referenceToField;
}
set {
- this.createdField = value;
+ this.referenceToField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("errors")]
- public Error[] errors {
+ public string relationshipName {
get {
- return this.errorsField;
+ return this.relationshipNameField;
}
set {
- this.errorsField = value;
+ this.relationshipNameField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("feedItemIds", IsNullable=true)]
- public string[] feedItemIds {
+ public int relationshipOrder {
get {
- return this.feedItemIdsField;
+ return this.relationshipOrderField;
}
set {
- this.feedItemIdsField = value;
+ this.relationshipOrderField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("ids", IsNullable=true)]
- public string[] ids {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool relationshipOrderSpecified {
get {
- return this.idsField;
+ return this.relationshipOrderFieldSpecified;
}
set {
- this.idsField = value;
+ this.relationshipOrderFieldSpecified = value;
}
}
///
- public bool success {
+ public bool restrictedDelete {
get {
- return this.successField;
+ return this.restrictedDeleteField;
}
set {
- this.successField = value;
+ this.restrictedDeleteField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class PerformQuickActionRequest {
-
- private string contextIdField;
-
- private string quickActionNameField;
-
- private sObject[] recordsField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string contextId {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool restrictedDeleteSpecified {
get {
- return this.contextIdField;
+ return this.restrictedDeleteFieldSpecified;
}
set {
- this.contextIdField = value;
+ this.restrictedDeleteFieldSpecified = value;
}
}
///
- public string quickActionName {
+ public bool restrictedPicklist {
get {
- return this.quickActionNameField;
+ return this.restrictedPicklistField;
}
set {
- this.quickActionNameField = value;
+ this.restrictedPicklistField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("records", IsNullable=true)]
- public sObject[] records {
+ public int scale {
get {
- return this.recordsField;
+ return this.scaleField;
}
set {
- this.recordsField = value;
+ this.scaleField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class EmailFileAttachment {
-
- private byte[] bodyField;
-
- private string contentTypeField;
-
- private string fileNameField;
-
- private bool inlineField;
-
- private bool inlineFieldSpecified;
///
- [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", IsNullable=true)]
- public byte[] body {
+ public bool searchPrefilterable {
get {
- return this.bodyField;
+ return this.searchPrefilterableField;
}
set {
- this.bodyField = value;
+ this.searchPrefilterableField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string contentType {
+ public soapType soapType {
get {
- return this.contentTypeField;
+ return this.soapTypeField;
}
set {
- this.contentTypeField = value;
+ this.soapTypeField = value;
}
}
///
- public string fileName {
+ public bool sortable {
get {
- return this.fileNameField;
+ return this.sortableField;
}
set {
- this.fileNameField = value;
+ this.sortableField = value;
}
}
///
- public bool inline {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool sortableSpecified {
get {
- return this.inlineField;
+ return this.sortableFieldSpecified;
}
set {
- this.inlineField = value;
+ this.sortableFieldSpecified = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool inlineSpecified {
+ public fieldType type {
get {
- return this.inlineFieldSpecified;
+ return this.typeField;
}
set {
- this.inlineFieldSpecified = value;
+ this.typeField = value;
}
}
- }
-
- ///
- [System.Xml.Serialization.XmlIncludeAttribute(typeof(SingleEmailMessage))]
- [System.Xml.Serialization.XmlIncludeAttribute(typeof(MassEmailMessage))]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class Email {
-
- private System.Nullable bccSenderField;
-
- private System.Nullable emailPriorityField;
-
- private string replyToField;
-
- private System.Nullable saveAsActivityField;
-
- private string senderDisplayNameField;
-
- private string subjectField;
-
- private System.Nullable useSignatureField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable bccSender {
+ public bool unique {
get {
- return this.bccSenderField;
+ return this.uniqueField;
}
set {
- this.bccSenderField = value;
+ this.uniqueField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable emailPriority {
+ public bool updateable {
get {
- return this.emailPriorityField;
+ return this.updateableField;
}
set {
- this.emailPriorityField = value;
+ this.updateableField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string replyTo {
+ public bool writeRequiresMasterRead {
get {
- return this.replyToField;
+ return this.writeRequiresMasterReadField;
}
set {
- this.replyToField = value;
+ this.writeRequiresMasterReadField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable saveAsActivity {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool writeRequiresMasterReadSpecified {
get {
- return this.saveAsActivityField;
+ return this.writeRequiresMasterReadFieldSpecified;
}
set {
- this.saveAsActivityField = value;
+ this.writeRequiresMasterReadFieldSpecified = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class FilteredLookupInfo {
+
+ private string[] controllingFieldsField;
+
+ private bool dependentField;
+
+ private bool optionalFilterField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string senderDisplayName {
+ [System.Xml.Serialization.XmlElementAttribute("controllingFields")]
+ public string[] controllingFields {
get {
- return this.senderDisplayNameField;
+ return this.controllingFieldsField;
}
set {
- this.senderDisplayNameField = value;
+ this.controllingFieldsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string subject {
+ public bool dependent {
get {
- return this.subjectField;
+ return this.dependentField;
}
set {
- this.subjectField = value;
+ this.dependentField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable useSignature {
+ public bool optionalFilter {
get {
- return this.useSignatureField;
+ return this.optionalFilterField;
}
set {
- this.useSignatureField = value;
+ this.optionalFilterField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum EmailPriority {
+ public enum soapType {
///
- Highest,
+ [System.Xml.Serialization.XmlEnumAttribute("tns:ID")]
+ tnsID,
///
- High,
+ [System.Xml.Serialization.XmlEnumAttribute("xsd:base64Binary")]
+ xsdbase64Binary,
///
- Normal,
+ [System.Xml.Serialization.XmlEnumAttribute("xsd:boolean")]
+ xsdboolean,
///
- Low,
+ [System.Xml.Serialization.XmlEnumAttribute("xsd:double")]
+ xsddouble,
///
- Lowest,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SingleEmailMessage : Email {
+ [System.Xml.Serialization.XmlEnumAttribute("xsd:int")]
+ xsdint,
- private string[] bccAddressesField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("xsd:long")]
+ xsdlong,
- private string[] ccAddressesField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("xsd:string")]
+ xsdstring,
- private string charsetField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("xsd:date")]
+ xsddate,
- private string[] documentAttachmentsField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("xsd:dateTime")]
+ xsddateTime,
- private string htmlBodyField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("xsd:time")]
+ xsdtime,
- private string inReplyToField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("tns:location")]
+ tnslocation,
- private EmailFileAttachment[] fileAttachmentsField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("tns:address")]
+ tnsaddress,
- private string orgWideEmailAddressIdField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("xsd:anyType")]
+ xsdanyType,
- private string plainTextBodyField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("tns:json")]
+ tnsjson,
- private string referencesField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("urn:RelationshipReferenceTo")]
+ urnRelationshipReferenceTo,
- private string targetObjectIdField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("urn:JunctionIdListNames")]
+ urnJunctionIdListNames,
- private string templateIdField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("urn:SearchLayoutFieldsDisplayed")]
+ urnSearchLayoutFieldsDisplayed,
- private string[] toAddressesField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("urn:SearchLayoutField")]
+ urnSearchLayoutField,
- private string whatIdField;
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("urn:SearchLayoutButtonsDisplayed")]
+ urnSearchLayoutButtonsDisplayed,
///
- [System.Xml.Serialization.XmlElementAttribute("bccAddresses", IsNullable=true)]
- public string[] bccAddresses {
- get {
- return this.bccAddressesField;
- }
- set {
- this.bccAddressesField = value;
- }
- }
+ [System.Xml.Serialization.XmlEnumAttribute("urn:SearchLayoutButton")]
+ urnSearchLayoutButton,
///
- [System.Xml.Serialization.XmlElementAttribute("ccAddresses", IsNullable=true)]
- public string[] ccAddresses {
- get {
- return this.ccAddressesField;
- }
- set {
- this.ccAddressesField = value;
- }
- }
+ [System.Xml.Serialization.XmlEnumAttribute("urn:RecordTypesSupported")]
+ urnRecordTypesSupported,
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string charset {
- get {
- return this.charsetField;
- }
- set {
- this.charsetField = value;
- }
- }
+ [System.Xml.Serialization.XmlEnumAttribute("tns:StringList")]
+ tnsStringList,
+
+ ///
+ [System.Xml.Serialization.XmlEnumAttribute("tns:ChangeEventHeader")]
+ tnsChangeEventHeader,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeQuickActionListItemResult {
+
+ private System.Nullable accessLevelRequiredField;
+
+ private DescribeColor[] colorsField;
+
+ private string iconUrlField;
- ///
- [System.Xml.Serialization.XmlElementAttribute("documentAttachments")]
- public string[] documentAttachments {
- get {
- return this.documentAttachmentsField;
- }
- set {
- this.documentAttachmentsField = value;
- }
- }
+ private DescribeIcon[] iconsField;
- ///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string htmlBody {
- get {
- return this.htmlBodyField;
- }
- set {
- this.htmlBodyField = value;
- }
- }
+ private string labelField;
+
+ private string miniIconUrlField;
+
+ private string quickActionNameField;
+
+ private string targetSobjectTypeField;
+
+ private string typeField;
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string inReplyTo {
+ public System.Nullable accessLevelRequired {
get {
- return this.inReplyToField;
+ return this.accessLevelRequiredField;
}
set {
- this.inReplyToField = value;
+ this.accessLevelRequiredField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("fileAttachments")]
- public EmailFileAttachment[] fileAttachments {
+ [System.Xml.Serialization.XmlElementAttribute("colors")]
+ public DescribeColor[] colors {
get {
- return this.fileAttachmentsField;
+ return this.colorsField;
}
set {
- this.fileAttachmentsField = value;
+ this.colorsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string orgWideEmailAddressId {
+ public string iconUrl {
get {
- return this.orgWideEmailAddressIdField;
+ return this.iconUrlField;
}
set {
- this.orgWideEmailAddressIdField = value;
+ this.iconUrlField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string plainTextBody {
+ [System.Xml.Serialization.XmlElementAttribute("icons")]
+ public DescribeIcon[] icons {
get {
- return this.plainTextBodyField;
+ return this.iconsField;
}
set {
- this.plainTextBodyField = value;
+ this.iconsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string references {
+ public string label {
get {
- return this.referencesField;
+ return this.labelField;
}
set {
- this.referencesField = value;
+ this.labelField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string targetObjectId {
+ public string miniIconUrl {
get {
- return this.targetObjectIdField;
+ return this.miniIconUrlField;
}
set {
- this.targetObjectIdField = value;
+ this.miniIconUrlField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string templateId {
+ public string quickActionName {
get {
- return this.templateIdField;
+ return this.quickActionNameField;
}
set {
- this.templateIdField = value;
+ this.quickActionNameField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("toAddresses", IsNullable=true)]
- public string[] toAddresses {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string targetSobjectType {
get {
- return this.toAddressesField;
+ return this.targetSobjectTypeField;
}
set {
- this.toAddressesField = value;
+ this.targetSobjectTypeField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string whatId {
+ public string type {
get {
- return this.whatIdField;
+ return this.typeField;
}
set {
- this.whatIdField = value;
+ this.typeField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class MassEmailMessage : Email {
-
- private string descriptionField;
+ public partial class DescribeLayoutFeedFilter {
- private string[] targetObjectIdsField;
+ private string labelField;
- private string templateIdField;
+ private string nameField;
- private string[] whatIdsField;
+ private FeedLayoutFilterType typeField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string description {
+ public string label {
get {
- return this.descriptionField;
+ return this.labelField;
}
set {
- this.descriptionField = value;
+ this.labelField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("targetObjectIds")]
- public string[] targetObjectIds {
+ public string name {
get {
- return this.targetObjectIdsField;
+ return this.nameField;
}
set {
- this.targetObjectIdsField = value;
+ this.nameField = value;
}
}
///
- public string templateId {
+ public FeedLayoutFilterType type {
get {
- return this.templateIdField;
+ return this.typeField;
}
set {
- this.templateIdField = value;
+ this.typeField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum FeedLayoutFilterType {
///
- [System.Xml.Serialization.XmlElementAttribute("whatIds")]
- public string[] whatIds {
- get {
- return this.whatIdsField;
- }
- set {
- this.whatIdsField = value;
- }
- }
+ AllUpdates,
+
+ ///
+ FeedItemType,
+
+ ///
+ Custom,
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SendEmailError {
+ public partial class DescribeLayout {
- private string[] fieldsField;
+ private DescribeLayoutButton[] buttonLayoutSectionField;
- private string messageField;
+ private DescribeLayoutSection[] detailLayoutSectionsField;
- private StatusCode statusCodeField;
+ private DescribeLayoutSection[] editLayoutSectionsField;
- private string targetObjectIdField;
+ private DescribeLayoutFeedFilter[] feedViewField;
+
+ private DescribeLayoutSection highlightsPanelLayoutSectionField;
+
+ private string idField;
+
+ private DescribeQuickActionListItemResult[] quickActionListField;
+
+ private DescribeRelatedContentItem[] relatedContentField;
+
+ private RelatedList[] relatedListsField;
+
+ private DescribeLayoutSaveOption[] saveOptionsField;
///
- [System.Xml.Serialization.XmlElementAttribute("fields", IsNullable=true)]
- public string[] fields {
+ [System.Xml.Serialization.XmlArrayItemAttribute("detailButtons", IsNullable=false)]
+ public DescribeLayoutButton[] buttonLayoutSection {
get {
- return this.fieldsField;
+ return this.buttonLayoutSectionField;
}
set {
- this.fieldsField = value;
+ this.buttonLayoutSectionField = value;
}
}
///
- public string message {
+ [System.Xml.Serialization.XmlElementAttribute("detailLayoutSections")]
+ public DescribeLayoutSection[] detailLayoutSections {
get {
- return this.messageField;
+ return this.detailLayoutSectionsField;
}
set {
- this.messageField = value;
+ this.detailLayoutSectionsField = value;
}
}
///
- public StatusCode statusCode {
+ [System.Xml.Serialization.XmlElementAttribute("editLayoutSections")]
+ public DescribeLayoutSection[] editLayoutSections {
get {
- return this.statusCodeField;
+ return this.editLayoutSectionsField;
}
set {
- this.statusCodeField = value;
+ this.editLayoutSectionsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string targetObjectId {
+ [System.Xml.Serialization.XmlArrayItemAttribute("feedFilters", IsNullable=false)]
+ public DescribeLayoutFeedFilter[] feedView {
get {
- return this.targetObjectIdField;
+ return this.feedViewField;
}
set {
- this.targetObjectIdField = value;
+ this.feedViewField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SendEmailResult {
-
- private SendEmailError[] errorsField;
-
- private bool successField;
///
- [System.Xml.Serialization.XmlElementAttribute("errors")]
- public SendEmailError[] errors {
+ public DescribeLayoutSection highlightsPanelLayoutSection {
get {
- return this.errorsField;
+ return this.highlightsPanelLayoutSectionField;
}
set {
- this.errorsField = value;
+ this.highlightsPanelLayoutSectionField = value;
}
}
///
- public bool success {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string id {
get {
- return this.successField;
+ return this.idField;
}
set {
- this.successField = value;
+ this.idField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class ResetPasswordResult {
- private string passwordField;
+ ///
+ [System.Xml.Serialization.XmlArrayItemAttribute("quickActionListItems", IsNullable=false)]
+ public DescribeQuickActionListItemResult[] quickActionList {
+ get {
+ return this.quickActionListField;
+ }
+ set {
+ this.quickActionListField = value;
+ }
+ }
///
- public string password {
+ [System.Xml.Serialization.XmlArrayItemAttribute("relatedContentItems", IsNullable=false)]
+ public DescribeRelatedContentItem[] relatedContent {
get {
- return this.passwordField;
+ return this.relatedContentField;
}
set {
- this.passwordField = value;
+ this.relatedContentField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SetPasswordResult {
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class GetServerTimestampResult {
- private System.DateTime timestampField;
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("relatedLists")]
+ public RelatedList[] relatedLists {
+ get {
+ return this.relatedListsField;
+ }
+ set {
+ this.relatedListsField = value;
+ }
+ }
///
- public System.DateTime timestamp {
+ [System.Xml.Serialization.XmlElementAttribute("saveOptions")]
+ public DescribeLayoutSaveOption[] saveOptions {
get {
- return this.timestampField;
+ return this.saveOptionsField;
}
set {
- this.timestampField = value;
+ this.saveOptionsField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class NameValuePair {
+ public partial class DescribeLayoutSection {
- private string nameField;
+ private bool collapsedField;
- private string valueField;
+ private int columnsField;
+
+ private string headingField;
+
+ private DescribeLayoutRow[] layoutRowsField;
+
+ private string layoutSectionIdField;
+
+ private string parentLayoutIdField;
+
+ private int rowsField;
+
+ private TabOrderType tabOrderField;
+
+ private bool useCollapsibleSectionField;
+
+ private bool useHeadingField;
///
- public string name {
+ public bool collapsed {
get {
- return this.nameField;
+ return this.collapsedField;
}
set {
- this.nameField = value;
+ this.collapsedField = value;
}
}
///
- public string value {
+ public int columns {
get {
- return this.valueField;
+ return this.columnsField;
}
set {
- this.valueField = value;
+ this.columnsField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SearchSnippet {
-
- private string textField;
-
- private NameValuePair[] wholeFieldsField;
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string text {
+ public string heading {
get {
- return this.textField;
+ return this.headingField;
}
set {
- this.textField = value;
+ this.headingField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("wholeFields")]
- public NameValuePair[] wholeFields {
+ [System.Xml.Serialization.XmlElementAttribute("layoutRows")]
+ public DescribeLayoutRow[] layoutRows {
get {
- return this.wholeFieldsField;
+ return this.layoutRowsField;
}
set {
- this.wholeFieldsField = value;
+ this.layoutRowsField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SearchRecord {
-
- private sObject recordField;
-
- private SearchSnippet snippetField;
///
- public sObject record {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string layoutSectionId {
get {
- return this.recordField;
+ return this.layoutSectionIdField;
}
set {
- this.recordField = value;
+ this.layoutSectionIdField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public SearchSnippet snippet {
+ public string parentLayoutId {
get {
- return this.snippetField;
+ return this.parentLayoutIdField;
}
set {
- this.snippetField = value;
+ this.parentLayoutIdField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SearchResult {
-
- private string queryIdField;
-
- private SearchRecord[] searchRecordsField;
- private string sforceReservedField;
+ ///
+ public int rows {
+ get {
+ return this.rowsField;
+ }
+ set {
+ this.rowsField = value;
+ }
+ }
///
- public string queryId {
+ public TabOrderType tabOrder {
get {
- return this.queryIdField;
+ return this.tabOrderField;
}
set {
- this.queryIdField = value;
+ this.tabOrderField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("searchRecords")]
- public SearchRecord[] searchRecords {
+ public bool useCollapsibleSection {
get {
- return this.searchRecordsField;
+ return this.useCollapsibleSectionField;
}
set {
- this.searchRecordsField = value;
+ this.useCollapsibleSectionField = value;
}
}
///
- public string sforceReserved {
+ public bool useHeading {
get {
- return this.sforceReservedField;
+ return this.useHeadingField;
}
set {
- this.sforceReservedField = value;
+ this.useHeadingField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class QueryResult {
-
- private bool doneField;
-
- private string queryLocatorField;
+ public partial class DescribeLayoutRow {
- private sObject[] recordsField;
+ private DescribeLayoutItem[] layoutItemsField;
- private int sizeField;
+ private int numItemsField;
///
- public bool done {
+ [System.Xml.Serialization.XmlElementAttribute("layoutItems")]
+ public DescribeLayoutItem[] layoutItems {
get {
- return this.doneField;
+ return this.layoutItemsField;
}
set {
- this.doneField = value;
+ this.layoutItemsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string queryLocator {
+ public int numItems {
get {
- return this.queryLocatorField;
+ return this.numItemsField;
}
set {
- this.queryLocatorField = value;
+ this.numItemsField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum TabOrderType {
///
- [System.Xml.Serialization.XmlElementAttribute("records", IsNullable=true)]
- public sObject[] records {
- get {
- return this.recordsField;
- }
- set {
- this.recordsField = value;
- }
- }
+ LeftToRight,
///
- public int size {
- get {
- return this.sizeField;
- }
- set {
- this.sizeField = value;
- }
- }
+ TopToBottom,
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class GetUpdatedResult {
+ public partial class DescribeLayoutResult {
- private string[] idsField;
+ private DescribeLayout[] layoutsField;
- private System.DateTime latestDateCoveredField;
+ private RecordTypeMapping[] recordTypeMappingsField;
- private string sforceReservedField;
+ private bool recordTypeSelectorRequiredField;
///
- [System.Xml.Serialization.XmlElementAttribute("ids")]
- public string[] ids {
+ [System.Xml.Serialization.XmlElementAttribute("layouts")]
+ public DescribeLayout[] layouts {
get {
- return this.idsField;
+ return this.layoutsField;
}
set {
- this.idsField = value;
+ this.layoutsField = value;
}
}
///
- public System.DateTime latestDateCovered {
+ [System.Xml.Serialization.XmlElementAttribute("recordTypeMappings")]
+ public RecordTypeMapping[] recordTypeMappings {
get {
- return this.latestDateCoveredField;
+ return this.recordTypeMappingsField;
}
set {
- this.latestDateCoveredField = value;
+ this.recordTypeMappingsField = value;
}
}
///
- public string sforceReserved {
+ public bool recordTypeSelectorRequired {
get {
- return this.sforceReservedField;
+ return this.recordTypeSelectorRequiredField;
}
set {
- this.sforceReservedField = value;
+ this.recordTypeSelectorRequiredField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DeletedRecord {
-
- private System.DateTime deletedDateField;
+ public partial class DescribeApprovalLayout {
private string idField;
+ private string labelField;
+
+ private DescribeLayoutItem[] layoutItemsField;
+
+ private string nameField;
+
///
- public System.DateTime deletedDate {
+ public string id {
get {
- return this.deletedDateField;
+ return this.idField;
}
set {
- this.deletedDateField = value;
+ this.idField = value;
}
}
///
- public string id {
+ public string label {
get {
- return this.idField;
+ return this.labelField;
}
set {
- this.idField = value;
+ this.labelField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("layoutItems")]
+ public DescribeLayoutItem[] layoutItems {
+ get {
+ return this.layoutItemsField;
+ }
+ set {
+ this.layoutItemsField = value;
+ }
+ }
+
+ ///
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class GetDeletedResult {
+ public partial class DescribePathAssistantField {
- private DeletedRecord[] deletedRecordsField;
+ private string apiNameField;
- private System.DateTime earliestDateAvailableField;
+ private string labelField;
- private System.DateTime latestDateCoveredField;
+ private bool readOnlyField;
- private string sforceReservedField;
+ private bool requiredField;
///
- [System.Xml.Serialization.XmlElementAttribute("deletedRecords")]
- public DeletedRecord[] deletedRecords {
+ public string apiName {
get {
- return this.deletedRecordsField;
+ return this.apiNameField;
}
set {
- this.deletedRecordsField = value;
+ this.apiNameField = value;
}
}
///
- public System.DateTime earliestDateAvailable {
+ public string label {
get {
- return this.earliestDateAvailableField;
+ return this.labelField;
}
set {
- this.earliestDateAvailableField = value;
+ this.labelField = value;
}
}
///
- public System.DateTime latestDateCovered {
+ public bool readOnly {
get {
- return this.latestDateCoveredField;
+ return this.readOnlyField;
}
set {
- this.latestDateCoveredField = value;
+ this.readOnlyField = value;
}
}
///
- public string sforceReserved {
+ public bool required {
get {
- return this.sforceReservedField;
+ return this.requiredField;
}
set {
- this.sforceReservedField = value;
+ this.requiredField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class InvalidateSessionsResult {
+ public partial class DescribePathAssistantStep {
- private Error[] errorsField;
+ private bool closedField;
- private bool successField;
+ private bool convertedField;
+
+ private DescribePathAssistantField[] fieldsField;
+
+ private string infoField;
+
+ private DescribeLayoutSection layoutSectionField;
+
+ private string picklistLabelField;
+
+ private string picklistValueField;
+
+ private bool wonField;
///
- [System.Xml.Serialization.XmlElementAttribute("errors")]
- public Error[] errors {
+ public bool closed {
get {
- return this.errorsField;
+ return this.closedField;
}
set {
- this.errorsField = value;
+ this.closedField = value;
}
}
///
- public bool success {
+ public bool converted {
get {
- return this.successField;
+ return this.convertedField;
}
set {
- this.successField = value;
+ this.convertedField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class LeadConvertResult {
-
- private string accountIdField;
-
- private string contactIdField;
-
- private Error[] errorsField;
-
- private string leadIdField;
-
- private string opportunityIdField;
-
- private bool successField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string accountId {
+ [System.Xml.Serialization.XmlElementAttribute("fields")]
+ public DescribePathAssistantField[] fields {
get {
- return this.accountIdField;
+ return this.fieldsField;
}
set {
- this.accountIdField = value;
+ this.fieldsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string contactId {
+ public string info {
get {
- return this.contactIdField;
+ return this.infoField;
}
set {
- this.contactIdField = value;
+ this.infoField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("errors")]
- public Error[] errors {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public DescribeLayoutSection layoutSection {
get {
- return this.errorsField;
+ return this.layoutSectionField;
}
set {
- this.errorsField = value;
+ this.layoutSectionField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string leadId {
+ public string picklistLabel {
get {
- return this.leadIdField;
+ return this.picklistLabelField;
}
set {
- this.leadIdField = value;
+ this.picklistLabelField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string opportunityId {
+ public string picklistValue {
get {
- return this.opportunityIdField;
+ return this.picklistValueField;
}
set {
- this.opportunityIdField = value;
+ this.picklistValueField = value;
}
}
///
- public bool success {
+ public bool won {
get {
- return this.successField;
+ return this.wonField;
}
set {
- this.successField = value;
+ this.wonField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class LeadConvert {
-
- private string accountIdField;
-
- private string contactIdField;
-
- private string convertedStatusField;
-
- private bool doNotCreateOpportunityField;
-
- private string leadIdField;
+ public partial class DescribeAnimationRule {
- private string opportunityNameField;
+ private string animationFrequencyField;
- private bool overwriteLeadSourceField;
+ private bool isActiveField;
- private string ownerIdField;
+ private string recordTypeContextField;
- private bool sendNotificationEmailField;
+ private string recordTypeIdField;
- ///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string accountId {
- get {
- return this.accountIdField;
- }
- set {
- this.accountIdField = value;
- }
- }
+ private string targetFieldField;
- ///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string contactId {
- get {
- return this.contactIdField;
- }
- set {
- this.contactIdField = value;
- }
- }
+ private string targetFieldChangeToValuesField;
///
- public string convertedStatus {
+ public string animationFrequency {
get {
- return this.convertedStatusField;
+ return this.animationFrequencyField;
}
set {
- this.convertedStatusField = value;
+ this.animationFrequencyField = value;
}
}
///
- public bool doNotCreateOpportunity {
+ public bool isActive {
get {
- return this.doNotCreateOpportunityField;
+ return this.isActiveField;
}
set {
- this.doNotCreateOpportunityField = value;
+ this.isActiveField = value;
}
}
///
- public string leadId {
+ public string recordTypeContext {
get {
- return this.leadIdField;
+ return this.recordTypeContextField;
}
set {
- this.leadIdField = value;
+ this.recordTypeContextField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string opportunityName {
- get {
- return this.opportunityNameField;
- }
- set {
- this.opportunityNameField = value;
- }
- }
-
- ///
- public bool overwriteLeadSource {
+ public string recordTypeId {
get {
- return this.overwriteLeadSourceField;
+ return this.recordTypeIdField;
}
set {
- this.overwriteLeadSourceField = value;
+ this.recordTypeIdField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string ownerId {
+ public string targetField {
get {
- return this.ownerIdField;
+ return this.targetFieldField;
}
set {
- this.ownerIdField = value;
+ this.targetFieldField = value;
}
}
///
- public bool sendNotificationEmail {
+ public string targetFieldChangeToValues {
get {
- return this.sendNotificationEmailField;
+ return this.targetFieldChangeToValuesField;
}
set {
- this.sendNotificationEmailField = value;
+ this.targetFieldChangeToValuesField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class ProcessResult {
+ public partial class DescribePathAssistant {
- private string[] actorIdsField;
+ private bool activeField;
- private string entityIdField;
+ private DescribeAnimationRule[] animationRuleField;
- private Error[] errorsField;
+ private string apiNameField;
- private string instanceIdField;
+ private string labelField;
- private string instanceStatusField;
+ private string pathPicklistFieldField;
- private string[] newWorkitemIdsField;
+ private PicklistForRecordType[] picklistsForRecordTypeField;
- private bool successField;
+ private string recordTypeIdField;
- ///
- [System.Xml.Serialization.XmlElementAttribute("actorIds")]
- public string[] actorIds {
- get {
- return this.actorIdsField;
- }
- set {
- this.actorIdsField = value;
- }
- }
+ private DescribePathAssistantStep[] stepsField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string entityId {
+ public bool active {
get {
- return this.entityIdField;
+ return this.activeField;
}
set {
- this.entityIdField = value;
+ this.activeField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("errors")]
- public Error[] errors {
+ [System.Xml.Serialization.XmlElementAttribute("animationRule", IsNullable=true)]
+ public DescribeAnimationRule[] animationRule {
get {
- return this.errorsField;
+ return this.animationRuleField;
}
set {
- this.errorsField = value;
+ this.animationRuleField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string instanceId {
+ public string apiName {
get {
- return this.instanceIdField;
+ return this.apiNameField;
}
set {
- this.instanceIdField = value;
+ this.apiNameField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string instanceStatus {
+ public string label {
get {
- return this.instanceStatusField;
+ return this.labelField;
}
set {
- this.instanceStatusField = value;
+ this.labelField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("newWorkitemIds", IsNullable=true)]
- public string[] newWorkitemIds {
+ public string pathPicklistField {
get {
- return this.newWorkitemIdsField;
+ return this.pathPicklistFieldField;
}
set {
- this.newWorkitemIdsField = value;
+ this.pathPicklistFieldField = value;
}
}
///
- public bool success {
+ [System.Xml.Serialization.XmlElementAttribute("picklistsForRecordType", IsNullable=true)]
+ public PicklistForRecordType[] picklistsForRecordType {
get {
- return this.successField;
+ return this.picklistsForRecordTypeField;
}
set {
- this.successField = value;
+ this.picklistsForRecordTypeField = value;
}
}
- }
-
- ///
- [System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessWorkitemRequest))]
- [System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessSubmitRequest))]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class ProcessRequest {
-
- private string commentsField;
-
- private string[] nextApproverIdsField;
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string comments {
+ public string recordTypeId {
get {
- return this.commentsField;
+ return this.recordTypeIdField;
}
set {
- this.commentsField = value;
+ this.recordTypeIdField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("nextApproverIds", IsNullable=true)]
- public string[] nextApproverIds {
+ [System.Xml.Serialization.XmlElementAttribute("steps")]
+ public DescribePathAssistantStep[] steps {
get {
- return this.nextApproverIdsField;
+ return this.stepsField;
}
set {
- this.nextApproverIdsField = value;
+ this.stepsField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class ProcessWorkitemRequest : ProcessRequest {
+ public partial class RecordTypeCompactLayoutMapping {
- private string actionField;
+ private bool availableField;
- private string workitemIdField;
+ private string compactLayoutIdField;
- ///
- public string action {
- get {
- return this.actionField;
- }
- set {
- this.actionField = value;
- }
- }
+ private string compactLayoutNameField;
+
+ private string recordTypeIdField;
+
+ private string recordTypeNameField;
///
- public string workitemId {
+ public bool available {
get {
- return this.workitemIdField;
+ return this.availableField;
}
set {
- this.workitemIdField = value;
+ this.availableField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class ProcessSubmitRequest : ProcessRequest {
-
- private string objectIdField;
-
- private string submitterIdField;
-
- private string processDefinitionNameOrIdField;
-
- private System.Nullable skipEntryCriteriaField;
///
- public string objectId {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string compactLayoutId {
get {
- return this.objectIdField;
+ return this.compactLayoutIdField;
}
set {
- this.objectIdField = value;
+ this.compactLayoutIdField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string submitterId {
+ public string compactLayoutName {
get {
- return this.submitterIdField;
+ return this.compactLayoutNameField;
}
set {
- this.submitterIdField = value;
+ this.compactLayoutNameField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string processDefinitionNameOrId {
+ public string recordTypeId {
get {
- return this.processDefinitionNameOrIdField;
+ return this.recordTypeIdField;
}
set {
- this.processDefinitionNameOrIdField = value;
+ this.recordTypeIdField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable skipEntryCriteria {
+ public string recordTypeName {
get {
- return this.skipEntryCriteriaField;
+ return this.recordTypeNameField;
}
set {
- this.skipEntryCriteriaField = value;
+ this.recordTypeNameField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class EmptyRecycleBinResult {
+ public partial class DescribeCompactLayout {
- private Error[] errorsField;
+ private DescribeLayoutButton[] actionsField;
+
+ private DescribeLayoutItem[] fieldItemsField;
private string idField;
- private bool successField;
+ private DescribeLayoutItem[] imageItemsField;
+
+ private string labelField;
+
+ private string nameField;
+
+ private string objectTypeField;
///
- [System.Xml.Serialization.XmlElementAttribute("errors")]
- public Error[] errors {
+ [System.Xml.Serialization.XmlElementAttribute("actions")]
+ public DescribeLayoutButton[] actions {
get {
- return this.errorsField;
+ return this.actionsField;
}
set {
- this.errorsField = value;
+ this.actionsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("fieldItems")]
+ public DescribeLayoutItem[] fieldItems {
+ get {
+ return this.fieldItemsField;
+ }
+ set {
+ this.fieldItemsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
public string id {
get {
return this.idField;
@@ -6203,303 +13587,313 @@ public string id {
}
///
- public bool success {
+ [System.Xml.Serialization.XmlElementAttribute("imageItems")]
+ public DescribeLayoutItem[] imageItems {
get {
- return this.successField;
+ return this.imageItemsField;
}
set {
- this.successField = value;
+ this.imageItemsField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class UndeleteResult {
-
- private Error[] errorsField;
-
- private string idField;
-
- private bool successField;
///
- [System.Xml.Serialization.XmlElementAttribute("errors")]
- public Error[] errors {
+ public string label {
get {
- return this.errorsField;
+ return this.labelField;
}
set {
- this.errorsField = value;
+ this.labelField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string id {
+ public string name {
get {
- return this.idField;
+ return this.nameField;
}
set {
- this.idField = value;
+ this.nameField = value;
}
}
///
- public bool success {
+ public string objectType {
get {
- return this.successField;
+ return this.objectTypeField;
}
set {
- this.successField = value;
+ this.objectTypeField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DeleteResult {
+ public partial class DescribeCompactLayoutsResult {
- private Error[] errorsField;
+ private DescribeCompactLayout[] compactLayoutsField;
- private string idField;
+ private string defaultCompactLayoutIdField;
- private bool successField;
+ private RecordTypeCompactLayoutMapping[] recordTypeCompactLayoutMappingsField;
///
- [System.Xml.Serialization.XmlElementAttribute("errors", IsNullable=true)]
- public Error[] errors {
+ [System.Xml.Serialization.XmlElementAttribute("compactLayouts")]
+ public DescribeCompactLayout[] compactLayouts {
get {
- return this.errorsField;
+ return this.compactLayoutsField;
}
set {
- this.errorsField = value;
+ this.compactLayoutsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string id {
+ public string defaultCompactLayoutId {
get {
- return this.idField;
+ return this.defaultCompactLayoutIdField;
}
set {
- this.idField = value;
+ this.defaultCompactLayoutIdField = value;
}
}
///
- public bool success {
+ [System.Xml.Serialization.XmlElementAttribute("recordTypeCompactLayoutMappings")]
+ public RecordTypeCompactLayoutMapping[] recordTypeCompactLayoutMappings {
get {
- return this.successField;
+ return this.recordTypeCompactLayoutMappingsField;
}
set {
- this.successField = value;
+ this.recordTypeCompactLayoutMappingsField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class MergeResult {
-
- private Error[] errorsField;
+ public partial class DescribeSoftphoneLayoutItem {
- private string idField;
+ private string itemApiNameField;
- private string[] mergedRecordIdsField;
+ ///
+ public string itemApiName {
+ get {
+ return this.itemApiNameField;
+ }
+ set {
+ this.itemApiNameField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeSoftphoneLayoutSection {
- private bool successField;
+ private string entityApiNameField;
- private string[] updatedRelatedIdsField;
+ private DescribeSoftphoneLayoutItem[] itemsField;
///
- [System.Xml.Serialization.XmlElementAttribute("errors")]
- public Error[] errors {
+ public string entityApiName {
get {
- return this.errorsField;
+ return this.entityApiNameField;
}
set {
- this.errorsField = value;
+ this.entityApiNameField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string id {
+ [System.Xml.Serialization.XmlElementAttribute("items")]
+ public DescribeSoftphoneLayoutItem[] items {
get {
- return this.idField;
+ return this.itemsField;
}
set {
- this.idField = value;
+ this.itemsField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeSoftphoneScreenPopOption {
+
+ private string matchTypeField;
+
+ private string screenPopDataField;
+
+ private string screenPopTypeField;
///
- [System.Xml.Serialization.XmlElementAttribute("mergedRecordIds")]
- public string[] mergedRecordIds {
+ public string matchType {
get {
- return this.mergedRecordIdsField;
+ return this.matchTypeField;
}
set {
- this.mergedRecordIdsField = value;
+ this.matchTypeField = value;
}
}
///
- public bool success {
+ public string screenPopData {
get {
- return this.successField;
+ return this.screenPopDataField;
}
set {
- this.successField = value;
+ this.screenPopDataField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("updatedRelatedIds")]
- public string[] updatedRelatedIds {
+ public string screenPopType {
get {
- return this.updatedRelatedIdsField;
+ return this.screenPopTypeField;
}
set {
- this.updatedRelatedIdsField = value;
+ this.screenPopTypeField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class MergeRequest {
-
- private sObject masterRecordField;
-
- private string[] recordToMergeIdsField;
+ public partial class DescribeSoftphoneLayoutInfoField {
- ///
- public sObject masterRecord {
- get {
- return this.masterRecordField;
- }
- set {
- this.masterRecordField = value;
- }
- }
+ private string nameField;
///
- [System.Xml.Serialization.XmlElementAttribute("recordToMergeIds")]
- public string[] recordToMergeIds {
+ public string name {
get {
- return this.recordToMergeIdsField;
+ return this.nameField;
}
set {
- this.recordToMergeIdsField = value;
+ this.nameField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class UpsertResult {
+ public partial class DescribeSoftphoneLayoutCallType {
- private bool createdField;
+ private DescribeSoftphoneLayoutInfoField[] infoFieldsField;
- private Error[] errorsField;
+ private string nameField;
- private string idField;
+ private DescribeSoftphoneScreenPopOption[] screenPopOptionsField;
- private bool successField;
+ private string screenPopsOpenWithinField;
+
+ private DescribeSoftphoneLayoutSection[] sectionsField;
///
- public bool created {
+ [System.Xml.Serialization.XmlElementAttribute("infoFields")]
+ public DescribeSoftphoneLayoutInfoField[] infoFields {
+ get {
+ return this.infoFieldsField;
+ }
+ set {
+ this.infoFieldsField = value;
+ }
+ }
+
+ ///
+ public string name {
get {
- return this.createdField;
+ return this.nameField;
}
set {
- this.createdField = value;
+ this.nameField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("errors")]
- public Error[] errors {
+ [System.Xml.Serialization.XmlElementAttribute("screenPopOptions")]
+ public DescribeSoftphoneScreenPopOption[] screenPopOptions {
get {
- return this.errorsField;
+ return this.screenPopOptionsField;
}
set {
- this.errorsField = value;
+ this.screenPopOptionsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string id {
+ public string screenPopsOpenWithin {
get {
- return this.idField;
+ return this.screenPopsOpenWithinField;
}
set {
- this.idField = value;
+ this.screenPopsOpenWithinField = value;
}
}
///
- public bool success {
+ [System.Xml.Serialization.XmlElementAttribute("sections")]
+ public DescribeSoftphoneLayoutSection[] sections {
get {
- return this.successField;
+ return this.sectionsField;
}
set {
- this.successField = value;
+ this.sectionsField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SaveResult {
+ public partial class DescribeSoftphoneLayoutResult {
- private Error[] errorsField;
+ private DescribeSoftphoneLayoutCallType[] callTypesField;
private string idField;
- private bool successField;
+ private string nameField;
///
- [System.Xml.Serialization.XmlElementAttribute("errors")]
- public Error[] errors {
+ [System.Xml.Serialization.XmlElementAttribute("callTypes")]
+ public DescribeSoftphoneLayoutCallType[] callTypes {
get {
- return this.errorsField;
+ return this.callTypesField;
}
set {
- this.errorsField = value;
+ this.callTypesField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
public string id {
get {
return this.idField;
@@ -6510,39 +13904,35 @@ public string id {
}
///
- public bool success {
+ public string name {
get {
- return this.successField;
+ return this.nameField;
}
set {
- this.successField = value;
+ this.nameField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeTab {
+ public partial class DescribeAppMenuItem {
private DescribeColor[] colorsField;
- private bool customField;
-
- private string iconUrlField;
+ private string contentField;
private DescribeIcon[] iconsField;
private string labelField;
- private string miniIconUrlField;
-
private string nameField;
- private string sobjectNameField;
+ private string typeField;
private string urlField;
@@ -6558,22 +13948,12 @@ public DescribeColor[] colors {
}
///
- public bool custom {
- get {
- return this.customField;
- }
- set {
- this.customField = value;
- }
- }
-
- ///
- public string iconUrl {
+ public string content {
get {
- return this.iconUrlField;
+ return this.contentField;
}
set {
- this.iconUrlField = value;
+ this.contentField = value;
}
}
@@ -6599,181 +13979,330 @@ public string label {
}
///
- public string miniIconUrl {
+ public string name {
get {
- return this.miniIconUrlField;
+ return this.nameField;
}
set {
- this.miniIconUrlField = value;
+ this.nameField = value;
}
}
///
- public string name {
+ public string type {
get {
- return this.nameField;
+ return this.typeField;
}
set {
- this.nameField = value;
+ this.typeField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string sobjectName {
+ public string url {
get {
- return this.sobjectNameField;
+ return this.urlField;
}
set {
- this.sobjectNameField = value;
+ this.urlField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class FindDuplicatesResult {
+
+ private DuplicateResult[] duplicateResultsField;
+
+ private Error[] errorsField;
+
+ private bool successField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("duplicateResults")]
+ public DuplicateResult[] duplicateResults {
+ get {
+ return this.duplicateResultsField;
+ }
+ set {
+ this.duplicateResultsField = value;
}
}
///
- public string url {
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
get {
- return this.urlField;
+ return this.errorsField;
}
set {
- this.urlField = value;
+ this.errorsField = value;
+ }
+ }
+
+ ///
+ public bool success {
+ get {
+ return this.successField;
+ }
+ set {
+ this.successField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeTabSetResult {
+ public partial class NameCaseValue {
- private string labelField;
+ private System.Nullable articleField;
- private string logoUrlField;
+ private System.Nullable caseTypeField;
- private string namespaceField;
+ private System.Nullable numberField;
- private bool selectedField;
+ private System.Nullable possessiveField;
- private DescribeTab[] tabsField;
+ private string valueField;
///
- public string label {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable article {
get {
- return this.labelField;
+ return this.articleField;
}
set {
- this.labelField = value;
+ this.articleField = value;
}
}
///
- public string logoUrl {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable caseType {
get {
- return this.logoUrlField;
+ return this.caseTypeField;
}
set {
- this.logoUrlField = value;
+ this.caseTypeField = value;
}
}
///
- public string @namespace {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable number {
get {
- return this.namespaceField;
+ return this.numberField;
}
set {
- this.namespaceField = value;
+ this.numberField = value;
}
}
///
- public bool selected {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable possessive {
get {
- return this.selectedField;
+ return this.possessiveField;
}
set {
- this.selectedField = value;
+ this.possessiveField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("tabs")]
- public DescribeTab[] tabs {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string value {
get {
- return this.tabsField;
+ return this.valueField;
}
set {
- this.tabsField = value;
+ this.valueField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class ListViewRecordColumn {
+ public enum Article {
- private string fieldNameOrPathField;
+ ///
+ None,
- private string valueField;
+ ///
+ Indefinite,
///
- public string fieldNameOrPath {
- get {
- return this.fieldNameOrPathField;
- }
- set {
- this.fieldNameOrPathField = value;
- }
- }
+ Definite,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum CaseType {
+
+ ///
+ Nominative,
+
+ ///
+ Accusative,
+
+ ///
+ Genitive,
+
+ ///
+ Dative,
+
+ ///
+ Inessive,
+
+ ///
+ Elative,
+
+ ///
+ Illative,
+
+ ///
+ Adessive,
+
+ ///
+ Ablative,
+
+ ///
+ Allative,
+
+ ///
+ Essive,
+
+ ///
+ Translative,
+
+ ///
+ Partitive,
+
+ ///
+ Objective,
+
+ ///
+ Subjective,
+
+ ///
+ Instrumental,
+
+ ///
+ Prepositional,
+
+ ///
+ Locative,
+
+ ///
+ Vocative,
+
+ ///
+ Sublative,
+
+ ///
+ Superessive,
+
+ ///
+ Delative,
+
+ ///
+ Causalfinal,
+
+ ///
+ Essiveformal,
+
+ ///
+ Termanative,
+
+ ///
+ Distributive,
+
+ ///
+ Ergative,
+
+ ///
+ Adverbial,
+
+ ///
+ Abessive,
+
+ ///
+ Comitative,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum GrammaticalNumber {
+
+ ///
+ Singular,
+
+ ///
+ Plural,
+
+ ///
+ Dual,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum Possessive {
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string value {
- get {
- return this.valueField;
- }
- set {
- this.valueField = value;
- }
- }
+ None,
+
+ ///
+ First,
+
+ ///
+ Second,
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class ExecuteListViewResult {
+ public partial class DescribeNounResult {
- private ListViewColumn[] columnsField;
+ private NameCaseValue[] caseValuesField;
private string developerNameField;
- private bool doneField;
-
- private string idField;
+ private System.Nullable genderField;
- private string labelField;
+ private string nameField;
- private ListViewRecordColumn[] recordsField;
+ private string pluralAliasField;
- private int sizeField;
+ private System.Nullable startsWithField;
///
- [System.Xml.Serialization.XmlElementAttribute("columns")]
- public ListViewColumn[] columns {
+ [System.Xml.Serialization.XmlElementAttribute("caseValues")]
+ public NameCaseValue[] caseValues {
get {
- return this.columnsField;
+ return this.caseValuesField;
}
set {
- this.columnsField = value;
+ this.caseValuesField = value;
}
}
@@ -6788,724 +14317,798 @@ public string developerName {
}
///
- public bool done {
- get {
- return this.doneField;
- }
- set {
- this.doneField = value;
- }
- }
-
- ///
- public string id {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable gender {
get {
- return this.idField;
+ return this.genderField;
}
set {
- this.idField = value;
+ this.genderField = value;
}
}
///
- public string label {
+ public string name {
get {
- return this.labelField;
+ return this.nameField;
}
set {
- this.labelField = value;
+ this.nameField = value;
}
}
///
- [System.Xml.Serialization.XmlArrayItemAttribute("columns", typeof(ListViewRecordColumn), IsNullable=false)]
- public ListViewRecordColumn[] records {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string pluralAlias {
get {
- return this.recordsField;
+ return this.pluralAliasField;
}
set {
- this.recordsField = value;
+ this.pluralAliasField = value;
}
}
///
- public int size {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable startsWith {
get {
- return this.sizeField;
+ return this.startsWithField;
}
set {
- this.sizeField = value;
+ this.startsWithField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class ListViewColumn {
+ public enum Gender {
- private string ascendingLabelField;
+ ///
+ Neuter,
- private string descendingLabelField;
+ ///
+ Masculine,
- private string fieldNameOrPathField;
+ ///
+ Feminine,
- private bool hiddenField;
+ ///
+ AnimateMasculine,
- private string labelField;
+ ///
+ ClassI,
- private string selectListItemField;
+ ///
+ ClassIII,
- private System.Nullable sortDirectionField;
+ ///
+ ClassV,
- private System.Nullable sortIndexField;
+ ///
+ ClassVII,
- private bool sortableField;
+ ///
+ ClassIX,
- private fieldType typeField;
+ ///
+ ClassXI,
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string ascendingLabel {
- get {
- return this.ascendingLabelField;
- }
- set {
- this.ascendingLabelField = value;
- }
- }
+ ClassXIV,
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string descendingLabel {
- get {
- return this.descendingLabelField;
- }
- set {
- this.descendingLabelField = value;
- }
- }
+ ClassXV,
///
- public string fieldNameOrPath {
- get {
- return this.fieldNameOrPathField;
- }
- set {
- this.fieldNameOrPathField = value;
- }
- }
+ ClassXVI,
///
- public bool hidden {
- get {
- return this.hiddenField;
- }
- set {
- this.hiddenField = value;
- }
- }
+ ClassXVII,
///
- public string label {
+ ClassXVIII,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum StartsWith {
+
+ ///
+ Consonant,
+
+ ///
+ Vowel,
+
+ ///
+ Special,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class KnowledgeLanguageItem {
+
+ private bool activeField;
+
+ private string assigneeIdField;
+
+ private string nameField;
+
+ ///
+ public bool active {
get {
- return this.labelField;
+ return this.activeField;
}
set {
- this.labelField = value;
+ this.activeField = value;
}
}
///
- public string selectListItem {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string assigneeId {
get {
- return this.selectListItemField;
+ return this.assigneeIdField;
}
set {
- this.selectListItemField = value;
+ this.assigneeIdField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable sortDirection {
+ public string name {
get {
- return this.sortDirectionField;
+ return this.nameField;
}
set {
- this.sortDirectionField = value;
+ this.nameField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class KnowledgeSettings {
+
+ private string defaultLanguageField;
+
+ private bool knowledgeEnabledField;
+
+ private KnowledgeLanguageItem[] languagesField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable sortIndex {
+ public string defaultLanguage {
get {
- return this.sortIndexField;
+ return this.defaultLanguageField;
}
set {
- this.sortIndexField = value;
+ this.defaultLanguageField = value;
}
}
///
- public bool sortable {
+ public bool knowledgeEnabled {
get {
- return this.sortableField;
+ return this.knowledgeEnabledField;
}
set {
- this.sortableField = value;
+ this.knowledgeEnabledField = value;
}
}
///
- public fieldType type {
+ [System.Xml.Serialization.XmlElementAttribute("languages")]
+ public KnowledgeLanguageItem[] languages {
get {
- return this.typeField;
+ return this.languagesField;
}
set {
- this.typeField = value;
+ this.languagesField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum orderByDirection {
-
- ///
- ascending,
-
- ///
- descending,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class ExecuteListViewRequest {
+ public partial class DescribeDataCategoryMappingResult {
- private string developerNameOrIdField;
+ private string dataCategoryGroupIdField;
- private System.Nullable limitField;
+ private string dataCategoryGroupLabelField;
- private System.Nullable offsetField;
+ private string dataCategoryGroupNameField;
- private ListViewOrderBy[] orderByField;
+ private string dataCategoryIdField;
- private string sobjectTypeField;
+ private string dataCategoryLabelField;
+
+ private string dataCategoryNameField;
+
+ private string idField;
+
+ private string mappedEntityField;
+
+ private string mappedFieldField;
///
- public string developerNameOrId {
+ public string dataCategoryGroupId {
get {
- return this.developerNameOrIdField;
+ return this.dataCategoryGroupIdField;
}
set {
- this.developerNameOrIdField = value;
+ this.dataCategoryGroupIdField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable limit {
+ public string dataCategoryGroupLabel {
get {
- return this.limitField;
+ return this.dataCategoryGroupLabelField;
}
set {
- this.limitField = value;
+ this.dataCategoryGroupLabelField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable offset {
+ public string dataCategoryGroupName {
get {
- return this.offsetField;
+ return this.dataCategoryGroupNameField;
}
set {
- this.offsetField = value;
+ this.dataCategoryGroupNameField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("orderBy")]
- public ListViewOrderBy[] orderBy {
+ public string dataCategoryId {
get {
- return this.orderByField;
+ return this.dataCategoryIdField;
}
set {
- this.orderByField = value;
+ this.dataCategoryIdField = value;
}
}
///
- public string sobjectType {
+ public string dataCategoryLabel {
get {
- return this.sobjectTypeField;
+ return this.dataCategoryLabelField;
}
set {
- this.sobjectTypeField = value;
+ this.dataCategoryLabelField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class ListViewOrderBy {
-
- private string fieldNameOrPathField;
-
- private System.Nullable nullsPositionField;
- private System.Nullable sortDirectionField;
+ ///
+ public string dataCategoryName {
+ get {
+ return this.dataCategoryNameField;
+ }
+ set {
+ this.dataCategoryNameField = value;
+ }
+ }
///
- public string fieldNameOrPath {
+ public string id {
get {
- return this.fieldNameOrPathField;
+ return this.idField;
}
set {
- this.fieldNameOrPathField = value;
+ this.idField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable nullsPosition {
+ public string mappedEntity {
get {
- return this.nullsPositionField;
+ return this.mappedEntityField;
}
set {
- this.nullsPositionField = value;
+ this.mappedEntityField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable sortDirection {
+ public string mappedField {
get {
- return this.sortDirectionField;
+ return this.mappedFieldField;
}
set {
- this.sortDirectionField = value;
+ this.mappedFieldField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum orderByNullsPosition {
+ public partial class DataCategoryGroupSobjectTypePair {
+
+ private string dataCategoryGroupNameField;
+
+ private string sobjectField;
///
- first,
+ public string dataCategoryGroupName {
+ get {
+ return this.dataCategoryGroupNameField;
+ }
+ set {
+ this.dataCategoryGroupNameField = value;
+ }
+ }
///
- last,
- }
-
- ///
- [System.Xml.Serialization.XmlIncludeAttribute(typeof(SoqlSubQueryCondition))]
- [System.Xml.Serialization.XmlIncludeAttribute(typeof(SoqlConditionGroup))]
- [System.Xml.Serialization.XmlIncludeAttribute(typeof(SoqlNotCondition))]
- [System.Xml.Serialization.XmlIncludeAttribute(typeof(SoqlCondition))]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SoqlWhereCondition {
+ public string sobject {
+ get {
+ return this.sobjectField;
+ }
+ set {
+ this.sobjectField = value;
+ }
+ }
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SoqlSubQueryCondition : SoqlWhereCondition {
+ public partial class DataCategory {
- private string fieldField;
+ private DataCategory[] childCategoriesField;
- private soqlOperator operatorField;
+ private string labelField;
- private string subQueryField;
+ private string nameField;
///
- public string field {
+ [System.Xml.Serialization.XmlElementAttribute("childCategories")]
+ public DataCategory[] childCategories {
get {
- return this.fieldField;
+ return this.childCategoriesField;
}
set {
- this.fieldField = value;
+ this.childCategoriesField = value;
}
}
///
- public soqlOperator @operator {
+ public string label {
get {
- return this.operatorField;
+ return this.labelField;
}
set {
- this.operatorField = value;
+ this.labelField = value;
}
}
///
- public string subQuery {
+ public string name {
get {
- return this.subQueryField;
+ return this.nameField;
}
set {
- this.subQueryField = value;
+ this.nameField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum soqlOperator {
-
- ///
- equals,
-
- ///
- excludes,
+ public partial class DescribeDataCategoryGroupStructureResult {
- ///
- greaterThan,
+ private string descriptionField;
- ///
- greaterThanOrEqualTo,
+ private string labelField;
- ///
- @in,
+ private string nameField;
- ///
- includes,
+ private string sobjectField;
- ///
- lessThan,
+ private DataCategory[] topCategoriesField;
///
- lessThanOrEqualTo,
+ public string description {
+ get {
+ return this.descriptionField;
+ }
+ set {
+ this.descriptionField = value;
+ }
+ }
///
- like,
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
///
- notEquals,
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
///
- notIn,
+ public string sobject {
+ get {
+ return this.sobjectField;
+ }
+ set {
+ this.sobjectField = value;
+ }
+ }
///
- within,
+ [System.Xml.Serialization.XmlElementAttribute("topCategories")]
+ public DataCategory[] topCategories {
+ get {
+ return this.topCategoriesField;
+ }
+ set {
+ this.topCategoriesField = value;
+ }
+ }
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SoqlConditionGroup : SoqlWhereCondition {
+ public partial class DescribeDataCategoryGroupResult {
- private SoqlWhereCondition[] conditionsField;
+ private int categoryCountField;
- private soqlConjunction conjunctionField;
+ private string descriptionField;
+
+ private string labelField;
+
+ private string nameField;
+
+ private string sobjectField;
///
- [System.Xml.Serialization.XmlElementAttribute("conditions")]
- public SoqlWhereCondition[] conditions {
+ public int categoryCount {
get {
- return this.conditionsField;
+ return this.categoryCountField;
}
set {
- this.conditionsField = value;
+ this.categoryCountField = value;
}
}
///
- public soqlConjunction conjunction {
+ public string description {
get {
- return this.conjunctionField;
+ return this.descriptionField;
}
set {
- this.conjunctionField = value;
+ this.descriptionField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum soqlConjunction {
///
- and,
+ public string label {
+ get {
+ return this.labelField;
+ }
+ set {
+ this.labelField = value;
+ }
+ }
///
- or,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SoqlNotCondition : SoqlWhereCondition {
-
- private SoqlWhereCondition conditionField;
+ public string name {
+ get {
+ return this.nameField;
+ }
+ set {
+ this.nameField = value;
+ }
+ }
///
- public SoqlWhereCondition condition {
+ public string sobject {
get {
- return this.conditionField;
+ return this.sobjectField;
}
set {
- this.conditionField = value;
+ this.sobjectField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class SoqlCondition : SoqlWhereCondition {
+ public partial class ChangeEventHeader {
- private string fieldField;
+ private string entityNameField;
- private soqlOperator operatorField;
+ private string[] recordIdsField;
- private string[] valuesField;
+ private long commitTimestampField;
+
+ private long commitNumberField;
+
+ private string commitUserField;
+
+ private string[] diffFieldsField;
+
+ private changeEventType changeTypeField;
+
+ private string changeOriginField;
+
+ private string transactionKeyField;
+
+ private int sequenceNumberField;
+
+ private string[] nulledFieldsField;
+
+ private string[] changedFieldsField;
///
- public string field {
+ public string entityName {
get {
- return this.fieldField;
+ return this.entityNameField;
}
set {
- this.fieldField = value;
+ this.entityNameField = value;
}
}
///
- public soqlOperator @operator {
+ [System.Xml.Serialization.XmlElementAttribute("recordIds")]
+ public string[] recordIds {
get {
- return this.operatorField;
+ return this.recordIdsField;
}
set {
- this.operatorField = value;
+ this.recordIdsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("values")]
- public string[] values {
+ public long commitTimestamp {
get {
- return this.valuesField;
+ return this.commitTimestampField;
}
set {
- this.valuesField = value;
+ this.commitTimestampField = value;
}
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeSoqlListView {
-
- private ListViewColumn[] columnsField;
-
- private string idField;
-
- private ListViewOrderBy[] orderByField;
-
- private string queryField;
-
- private string scopeField;
+ }
- private string sobjectTypeField;
+ ///
+ public long commitNumber {
+ get {
+ return this.commitNumberField;
+ }
+ set {
+ this.commitNumberField = value;
+ }
+ }
- private SoqlWhereCondition whereConditionField;
+ ///
+ public string commitUser {
+ get {
+ return this.commitUserField;
+ }
+ set {
+ this.commitUserField = value;
+ }
+ }
///
- [System.Xml.Serialization.XmlElementAttribute("columns")]
- public ListViewColumn[] columns {
+ [System.Xml.Serialization.XmlElementAttribute("diffFields")]
+ public string[] diffFields {
get {
- return this.columnsField;
+ return this.diffFieldsField;
}
set {
- this.columnsField = value;
+ this.diffFieldsField = value;
}
}
///
- public string id {
+ public changeEventType changeType {
get {
- return this.idField;
+ return this.changeTypeField;
}
set {
- this.idField = value;
+ this.changeTypeField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("orderBy")]
- public ListViewOrderBy[] orderBy {
+ public string changeOrigin {
get {
- return this.orderByField;
+ return this.changeOriginField;
}
set {
- this.orderByField = value;
+ this.changeOriginField = value;
}
}
///
- public string query {
+ public string transactionKey {
get {
- return this.queryField;
+ return this.transactionKeyField;
}
set {
- this.queryField = value;
+ this.transactionKeyField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string scope {
+ public int sequenceNumber {
get {
- return this.scopeField;
+ return this.sequenceNumberField;
}
set {
- this.scopeField = value;
+ this.sequenceNumberField = value;
}
}
///
- public string sobjectType {
+ [System.Xml.Serialization.XmlElementAttribute("nulledFields")]
+ public string[] nulledFields {
get {
- return this.sobjectTypeField;
+ return this.nulledFieldsField;
}
set {
- this.sobjectTypeField = value;
+ this.nulledFieldsField = value;
}
}
///
- public SoqlWhereCondition whereCondition {
+ [System.Xml.Serialization.XmlElementAttribute("changedFields")]
+ public string[] changedFields {
get {
- return this.whereConditionField;
+ return this.changedFieldsField;
}
set {
- this.whereConditionField = value;
+ this.changedFieldsField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum changeEventType {
+
+ ///
+ CREATE,
+
+ ///
+ UPDATE,
+
+ ///
+ DELETE,
+
+ ///
+ UNDELETE,
+
+ ///
+ GAP_CREATE,
+
+ ///
+ GAP_UPDATE,
+
+ ///
+ GAP_DELETE,
+
+ ///
+ GAP_UNDELETE,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeSoqlListViewParams {
+ public partial class ScopeInfo {
- private string developerNameOrIdField;
+ private string labelField;
- private string sobjectTypeField;
+ private string nameField;
///
- public string developerNameOrId {
+ public string label {
get {
- return this.developerNameOrIdField;
+ return this.labelField;
}
set {
- this.developerNameOrIdField = value;
+ this.labelField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string sobjectType {
+ public string name {
get {
- return this.sobjectTypeField;
+ return this.nameField;
}
set {
- this.sobjectTypeField = value;
+ this.nameField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeApprovalLayout {
-
- private string idField;
+ public partial class DescribeThemeItem {
- private string labelField;
+ private DescribeColor[] colorsField;
- private DescribeLayoutItem[] layoutItemsField;
+ private DescribeIcon[] iconsField;
private string nameField;
///
- public string id {
- get {
- return this.idField;
- }
- set {
- this.idField = value;
- }
- }
-
- ///
- public string label {
+ [System.Xml.Serialization.XmlElementAttribute("colors")]
+ public DescribeColor[] colors {
get {
- return this.labelField;
+ return this.colorsField;
}
set {
- this.labelField = value;
+ this.colorsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("layoutItems")]
- public DescribeLayoutItem[] layoutItems {
+ [System.Xml.Serialization.XmlElementAttribute("icons")]
+ public DescribeIcon[] icons {
get {
- return this.layoutItemsField;
+ return this.iconsField;
}
set {
- this.layoutItemsField = value;
+ this.iconsField = value;
}
}
@@ -7521,1208 +15124,1210 @@ public string name {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class RecordTypeCompactLayoutMapping {
-
- private bool availableField;
-
- private string compactLayoutIdField;
-
- private string compactLayoutNameField;
+ public partial class DescribeGlobalTheme {
- private string recordTypeIdField;
+ private DescribeGlobalResult globalField;
- private string recordTypeNameField;
+ private DescribeThemeItem[] themeField;
///
- public bool available {
+ public DescribeGlobalResult global {
get {
- return this.availableField;
+ return this.globalField;
}
set {
- this.availableField = value;
+ this.globalField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string compactLayoutId {
+ [System.Xml.Serialization.XmlArrayItemAttribute("themeItems", IsNullable=false)]
+ public DescribeThemeItem[] theme {
get {
- return this.compactLayoutIdField;
+ return this.themeField;
}
set {
- this.compactLayoutIdField = value;
+ this.themeField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeGlobalResult {
+
+ private string encodingField;
+
+ private int maxBatchSizeField;
+
+ private DescribeGlobalSObjectResult[] sobjectsField;
///
- public string compactLayoutName {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string encoding {
get {
- return this.compactLayoutNameField;
+ return this.encodingField;
}
set {
- this.compactLayoutNameField = value;
+ this.encodingField = value;
}
}
///
- public string recordTypeId {
+ public int maxBatchSize {
get {
- return this.recordTypeIdField;
+ return this.maxBatchSizeField;
}
set {
- this.recordTypeIdField = value;
+ this.maxBatchSizeField = value;
}
}
///
- public string recordTypeName {
+ [System.Xml.Serialization.XmlElementAttribute("sobjects")]
+ public DescribeGlobalSObjectResult[] sobjects {
get {
- return this.recordTypeNameField;
+ return this.sobjectsField;
}
set {
- this.recordTypeNameField = value;
+ this.sobjectsField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeCompactLayout {
+ public partial class DescribeGlobalSObjectResult {
- private DescribeLayoutButton[] actionsField;
+ private bool activateableField;
- private DescribeLayoutItem[] fieldItemsField;
+ private string associateEntityTypeField;
- private string idField;
+ private string associateParentEntityField;
- private DescribeLayoutItem[] imageItemsField;
+ private bool createableField;
+
+ private bool customField;
+
+ private bool customSettingField;
+
+ private bool dataTranslationEnabledField;
+
+ private bool dataTranslationEnabledFieldSpecified;
+
+ private bool deepCloneableField;
+
+ private bool deletableField;
+
+ private bool deprecatedAndHiddenField;
+
+ private bool feedEnabledField;
+
+ private bool hasSubtypesField;
+
+ private bool idEnabledField;
+
+ private bool isInterfaceField;
+
+ private bool isSubtypeField;
+
+ private string keyPrefixField;
private string labelField;
+ private string labelPluralField;
+
+ private bool layoutableField;
+
+ private bool mergeableField;
+
+ private bool mruEnabledField;
+
private string nameField;
- private string objectTypeField;
+ private bool queryableField;
- ///
- [System.Xml.Serialization.XmlElementAttribute("actions")]
- public DescribeLayoutButton[] actions {
- get {
- return this.actionsField;
- }
- set {
- this.actionsField = value;
- }
- }
+ private bool replicateableField;
- ///
- [System.Xml.Serialization.XmlElementAttribute("fieldItems")]
- public DescribeLayoutItem[] fieldItems {
- get {
- return this.fieldItemsField;
- }
- set {
- this.fieldItemsField = value;
- }
- }
+ private bool retrieveableField;
- ///
- public string id {
- get {
- return this.idField;
- }
- set {
- this.idField = value;
- }
- }
+ private bool searchableField;
+
+ private bool triggerableField;
+
+ private bool undeletableField;
+
+ private bool updateableField;
///
- [System.Xml.Serialization.XmlElementAttribute("imageItems")]
- public DescribeLayoutItem[] imageItems {
+ public bool activateable {
get {
- return this.imageItemsField;
+ return this.activateableField;
}
set {
- this.imageItemsField = value;
+ this.activateableField = value;
}
}
///
- public string label {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string associateEntityType {
get {
- return this.labelField;
+ return this.associateEntityTypeField;
}
set {
- this.labelField = value;
+ this.associateEntityTypeField = value;
}
}
///
- public string name {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string associateParentEntity {
get {
- return this.nameField;
+ return this.associateParentEntityField;
}
set {
- this.nameField = value;
+ this.associateParentEntityField = value;
}
}
///
- public string objectType {
+ public bool createable {
get {
- return this.objectTypeField;
+ return this.createableField;
}
set {
- this.objectTypeField = value;
+ this.createableField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeCompactLayoutsResult {
-
- private DescribeCompactLayout[] compactLayoutsField;
-
- private string defaultCompactLayoutIdField;
-
- private RecordTypeCompactLayoutMapping[] recordTypeCompactLayoutMappingsField;
///
- [System.Xml.Serialization.XmlElementAttribute("compactLayouts")]
- public DescribeCompactLayout[] compactLayouts {
+ public bool custom {
get {
- return this.compactLayoutsField;
+ return this.customField;
}
set {
- this.compactLayoutsField = value;
+ this.customField = value;
}
}
///
- public string defaultCompactLayoutId {
+ public bool customSetting {
get {
- return this.defaultCompactLayoutIdField;
+ return this.customSettingField;
}
set {
- this.defaultCompactLayoutIdField = value;
+ this.customSettingField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("recordTypeCompactLayoutMappings")]
- public RecordTypeCompactLayoutMapping[] recordTypeCompactLayoutMappings {
+ public bool dataTranslationEnabled {
get {
- return this.recordTypeCompactLayoutMappingsField;
+ return this.dataTranslationEnabledField;
}
set {
- this.recordTypeCompactLayoutMappingsField = value;
+ this.dataTranslationEnabledField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeSearchScopeOrderResult {
-
- private string keyPrefixField;
-
- private string nameField;
///
- public string keyPrefix {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool dataTranslationEnabledSpecified {
get {
- return this.keyPrefixField;
+ return this.dataTranslationEnabledFieldSpecified;
}
set {
- this.keyPrefixField = value;
+ this.dataTranslationEnabledFieldSpecified = value;
}
}
///
- public string name {
+ public bool deepCloneable {
get {
- return this.nameField;
+ return this.deepCloneableField;
}
set {
- this.nameField = value;
+ this.deepCloneableField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeColumn {
-
- private string fieldField;
-
- private string formatField;
-
- private string labelField;
-
- private string nameField;
///
- public string field {
+ public bool deletable {
get {
- return this.fieldField;
+ return this.deletableField;
}
set {
- this.fieldField = value;
+ this.deletableField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string format {
+ public bool deprecatedAndHidden {
get {
- return this.formatField;
+ return this.deprecatedAndHiddenField;
}
set {
- this.formatField = value;
+ this.deprecatedAndHiddenField = value;
}
}
///
- public string label {
+ public bool feedEnabled {
get {
- return this.labelField;
+ return this.feedEnabledField;
}
set {
- this.labelField = value;
+ this.feedEnabledField = value;
}
}
///
- public string name {
+ public bool hasSubtypes {
get {
- return this.nameField;
+ return this.hasSubtypesField;
}
set {
- this.nameField = value;
+ this.hasSubtypesField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeSearchLayoutResult {
-
- private string errorMsgField;
-
- private string labelField;
-
- private System.Nullable limitRowsField;
-
- private string objectTypeField;
-
- private DescribeColumn[] searchColumnsField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string errorMsg {
+ public bool idEnabled {
get {
- return this.errorMsgField;
+ return this.idEnabledField;
}
set {
- this.errorMsgField = value;
+ this.idEnabledField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string label {
+ public bool isInterface {
get {
- return this.labelField;
+ return this.isInterfaceField;
}
set {
- this.labelField = value;
+ this.isInterfaceField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable limitRows {
+ public bool isSubtype {
get {
- return this.limitRowsField;
+ return this.isSubtypeField;
}
set {
- this.limitRowsField = value;
+ this.isSubtypeField = value;
}
}
///
- public string objectType {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string keyPrefix {
get {
- return this.objectTypeField;
+ return this.keyPrefixField;
}
set {
- this.objectTypeField = value;
+ this.keyPrefixField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("searchColumns", IsNullable=true)]
- public DescribeColumn[] searchColumns {
+ public string label {
get {
- return this.searchColumnsField;
+ return this.labelField;
}
set {
- this.searchColumnsField = value;
+ this.labelField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeSoftphoneLayoutItem {
-
- private string itemApiNameField;
///
- public string itemApiName {
+ public string labelPlural {
get {
- return this.itemApiNameField;
+ return this.labelPluralField;
}
set {
- this.itemApiNameField = value;
+ this.labelPluralField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeSoftphoneLayoutSection {
-
- private string entityApiNameField;
-
- private DescribeSoftphoneLayoutItem[] itemsField;
///
- public string entityApiName {
+ public bool layoutable {
get {
- return this.entityApiNameField;
+ return this.layoutableField;
}
set {
- this.entityApiNameField = value;
+ this.layoutableField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("items")]
- public DescribeSoftphoneLayoutItem[] items {
+ public bool mergeable {
get {
- return this.itemsField;
+ return this.mergeableField;
}
set {
- this.itemsField = value;
+ this.mergeableField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeSoftphoneScreenPopOption {
-
- private string matchTypeField;
-
- private string screenPopDataField;
-
- private string screenPopTypeField;
///
- public string matchType {
+ public bool mruEnabled {
get {
- return this.matchTypeField;
+ return this.mruEnabledField;
}
set {
- this.matchTypeField = value;
+ this.mruEnabledField = value;
}
}
///
- public string screenPopData {
+ public string name {
get {
- return this.screenPopDataField;
+ return this.nameField;
}
set {
- this.screenPopDataField = value;
+ this.nameField = value;
}
}
///
- public string screenPopType {
+ public bool queryable {
get {
- return this.screenPopTypeField;
+ return this.queryableField;
}
set {
- this.screenPopTypeField = value;
+ this.queryableField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeSoftphoneLayoutInfoField {
-
- private string nameField;
///
- public string name {
+ public bool replicateable {
get {
- return this.nameField;
+ return this.replicateableField;
}
set {
- this.nameField = value;
+ this.replicateableField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeSoftphoneLayoutCallType {
-
- private DescribeSoftphoneLayoutInfoField[] infoFieldsField;
-
- private string nameField;
-
- private DescribeSoftphoneScreenPopOption[] screenPopOptionsField;
-
- private string screenPopsOpenWithinField;
-
- private DescribeSoftphoneLayoutSection[] sectionsField;
///
- [System.Xml.Serialization.XmlElementAttribute("infoFields")]
- public DescribeSoftphoneLayoutInfoField[] infoFields {
+ public bool retrieveable {
get {
- return this.infoFieldsField;
+ return this.retrieveableField;
}
set {
- this.infoFieldsField = value;
+ this.retrieveableField = value;
}
}
///
- public string name {
+ public bool searchable {
get {
- return this.nameField;
+ return this.searchableField;
}
set {
- this.nameField = value;
+ this.searchableField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("screenPopOptions")]
- public DescribeSoftphoneScreenPopOption[] screenPopOptions {
+ public bool triggerable {
get {
- return this.screenPopOptionsField;
+ return this.triggerableField;
}
set {
- this.screenPopOptionsField = value;
+ this.triggerableField = value;
}
}
///
- public string screenPopsOpenWithin {
+ public bool undeletable {
get {
- return this.screenPopsOpenWithinField;
+ return this.undeletableField;
}
set {
- this.screenPopsOpenWithinField = value;
+ this.undeletableField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("sections")]
- public DescribeSoftphoneLayoutSection[] sections {
+ public bool updateable {
get {
- return this.sectionsField;
+ return this.updateableField;
}
set {
- this.sectionsField = value;
+ this.updateableField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeSoftphoneLayoutResult {
+ public partial class LeadConvertResult {
- private DescribeSoftphoneLayoutCallType[] callTypesField;
+ private string accountIdField;
- private string idField;
+ private string contactIdField;
- private string nameField;
+ private Error[] errorsField;
+
+ private string leadIdField;
+
+ private string opportunityIdField;
+
+ private string relatedPersonAccountIdField;
+
+ private bool successField;
///
- [System.Xml.Serialization.XmlElementAttribute("callTypes")]
- public DescribeSoftphoneLayoutCallType[] callTypes {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string accountId {
get {
- return this.callTypesField;
+ return this.accountIdField;
}
set {
- this.callTypesField = value;
+ this.accountIdField = value;
}
}
///
- public string id {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string contactId {
get {
- return this.idField;
+ return this.contactIdField;
}
set {
- this.idField = value;
+ this.contactIdField = value;
}
}
///
- public string name {
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
get {
- return this.nameField;
+ return this.errorsField;
}
set {
- this.nameField = value;
+ this.errorsField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class PicklistForRecordType {
- private string picklistNameField;
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string leadId {
+ get {
+ return this.leadIdField;
+ }
+ set {
+ this.leadIdField = value;
+ }
+ }
- private PicklistEntry[] picklistValuesField;
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string opportunityId {
+ get {
+ return this.opportunityIdField;
+ }
+ set {
+ this.opportunityIdField = value;
+ }
+ }
///
- public string picklistName {
+ public string relatedPersonAccountId {
get {
- return this.picklistNameField;
+ return this.relatedPersonAccountIdField;
}
set {
- this.picklistNameField = value;
+ this.relatedPersonAccountIdField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("picklistValues", IsNullable=true)]
- public PicklistEntry[] picklistValues {
+ public bool success {
get {
- return this.picklistValuesField;
+ return this.successField;
}
set {
- this.picklistValuesField = value;
+ this.successField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class PicklistEntry {
+ public partial class LeadConvert {
- private bool activeField;
+ private string accountIdField;
- private bool defaultValueField;
+ private sObject accountRecordField;
- private string labelField;
+ private System.Nullable bypassAccountDedupeCheckField;
- private byte[] validForField;
+ private System.Nullable bypassContactDedupeCheckField;
- private string valueField;
+ private string contactIdField;
- ///
- public bool active {
- get {
- return this.activeField;
- }
- set {
- this.activeField = value;
- }
- }
+ private sObject contactRecordField;
+
+ private string convertedStatusField;
+
+ private bool doNotCreateOpportunityField;
+
+ private string leadIdField;
+
+ private string opportunityIdField;
+
+ private string opportunityNameField;
+
+ private sObject opportunityRecordField;
+
+ private bool overwriteLeadSourceField;
+
+ private string ownerIdField;
+
+ private string relatedPersonAccountIdField;
+
+ private sObject relatedPersonAccountRecordField;
+
+ private bool sendNotificationEmailField;
///
- public bool defaultValue {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string accountId {
get {
- return this.defaultValueField;
+ return this.accountIdField;
}
set {
- this.defaultValueField = value;
+ this.accountIdField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string label {
+ public sObject accountRecord {
get {
- return this.labelField;
+ return this.accountRecordField;
}
set {
- this.labelField = value;
+ this.accountRecordField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
- public byte[] validFor {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable bypassAccountDedupeCheck {
get {
- return this.validForField;
+ return this.bypassAccountDedupeCheckField;
}
set {
- this.validForField = value;
+ this.bypassAccountDedupeCheckField = value;
}
}
///
- public string value {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable bypassContactDedupeCheck {
get {
- return this.valueField;
+ return this.bypassContactDedupeCheckField;
}
set {
- this.valueField = value;
+ this.bypassContactDedupeCheckField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class RecordTypeMapping {
-
- private bool availableField;
-
- private bool defaultRecordTypeMappingField;
-
- private string layoutIdField;
-
- private string nameField;
-
- private PicklistForRecordType[] picklistsForRecordTypeField;
-
- private string recordTypeIdField;
///
- public bool available {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string contactId {
get {
- return this.availableField;
+ return this.contactIdField;
}
set {
- this.availableField = value;
+ this.contactIdField = value;
}
}
///
- public bool defaultRecordTypeMapping {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public sObject contactRecord {
get {
- return this.defaultRecordTypeMappingField;
+ return this.contactRecordField;
}
set {
- this.defaultRecordTypeMappingField = value;
+ this.contactRecordField = value;
}
}
///
- public string layoutId {
+ public string convertedStatus {
get {
- return this.layoutIdField;
+ return this.convertedStatusField;
}
set {
- this.layoutIdField = value;
+ this.convertedStatusField = value;
}
}
///
- public string name {
+ public bool doNotCreateOpportunity {
get {
- return this.nameField;
+ return this.doNotCreateOpportunityField;
}
set {
- this.nameField = value;
+ this.doNotCreateOpportunityField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("picklistsForRecordType", IsNullable=true)]
- public PicklistForRecordType[] picklistsForRecordType {
+ public string leadId {
get {
- return this.picklistsForRecordTypeField;
+ return this.leadIdField;
}
set {
- this.picklistsForRecordTypeField = value;
+ this.leadIdField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string recordTypeId {
+ public string opportunityId {
get {
- return this.recordTypeIdField;
+ return this.opportunityIdField;
}
set {
- this.recordTypeIdField = value;
+ this.opportunityIdField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class RelatedListSort {
-
- private bool ascendingField;
-
- private string columnField;
///
- public bool ascending {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string opportunityName {
get {
- return this.ascendingField;
+ return this.opportunityNameField;
}
set {
- this.ascendingField = value;
+ this.opportunityNameField = value;
}
}
///
- public string column {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public sObject opportunityRecord {
get {
- return this.columnField;
+ return this.opportunityRecordField;
}
set {
- this.columnField = value;
+ this.opportunityRecordField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class RelatedListColumn {
-
- private string fieldField;
-
- private string formatField;
-
- private string labelField;
-
- private string lookupIdField;
-
- private string nameField;
- ///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string field {
+ ///
+ public bool overwriteLeadSource {
get {
- return this.fieldField;
+ return this.overwriteLeadSourceField;
}
set {
- this.fieldField = value;
+ this.overwriteLeadSourceField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string format {
+ public string ownerId {
get {
- return this.formatField;
+ return this.ownerIdField;
}
set {
- this.formatField = value;
+ this.ownerIdField = value;
}
}
///
- public string label {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string relatedPersonAccountId {
get {
- return this.labelField;
+ return this.relatedPersonAccountIdField;
}
set {
- this.labelField = value;
+ this.relatedPersonAccountIdField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string lookupId {
+ public sObject relatedPersonAccountRecord {
get {
- return this.lookupIdField;
+ return this.relatedPersonAccountRecordField;
}
set {
- this.lookupIdField = value;
+ this.relatedPersonAccountRecordField = value;
}
}
///
- public string name {
+ public bool sendNotificationEmail {
get {
- return this.nameField;
+ return this.sendNotificationEmailField;
}
set {
- this.nameField = value;
+ this.sendNotificationEmailField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class RelatedList {
-
- private System.Nullable accessLevelRequiredForCreateField;
-
- private DescribeLayoutButton[] buttonsField;
-
- private RelatedListColumn[] columnsField;
-
- private bool customField;
-
- private string fieldField;
-
- private string labelField;
-
- private int limitRowsField;
+ public partial class EmptyRecycleBinResult {
- private string nameField;
+ private Error[] errorsField;
- private string sobjectField;
+ private string idField;
- private RelatedListSort[] sortField;
+ private bool successField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable accessLevelRequiredForCreate {
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
get {
- return this.accessLevelRequiredForCreateField;
+ return this.errorsField;
}
set {
- this.accessLevelRequiredForCreateField = value;
+ this.errorsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("buttons", IsNullable=true)]
- public DescribeLayoutButton[] buttons {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string id {
get {
- return this.buttonsField;
+ return this.idField;
}
set {
- this.buttonsField = value;
+ this.idField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("columns")]
- public RelatedListColumn[] columns {
+ public bool success {
get {
- return this.columnsField;
+ return this.successField;
}
set {
- this.columnsField = value;
+ this.successField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DeleteByExampleResult {
+
+ private sObject entityField;
+
+ private Error[] errorsField;
+
+ private long rowCountField;
+
+ private bool successField;
///
- public bool custom {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public sObject entity {
get {
- return this.customField;
+ return this.entityField;
}
set {
- this.customField = value;
+ this.entityField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string field {
+ [System.Xml.Serialization.XmlElementAttribute("errors", IsNullable=true)]
+ public Error[] errors {
get {
- return this.fieldField;
+ return this.errorsField;
}
set {
- this.fieldField = value;
+ this.errorsField = value;
}
}
///
- public string label {
+ public long rowCount {
get {
- return this.labelField;
+ return this.rowCountField;
}
set {
- this.labelField = value;
+ this.rowCountField = value;
}
}
///
- public int limitRows {
+ public bool success {
get {
- return this.limitRowsField;
+ return this.successField;
}
set {
- this.limitRowsField = value;
+ this.successField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class UndeleteResult {
+
+ private Error[] errorsField;
+
+ private string idField;
+
+ private bool successField;
///
- public string name {
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
get {
- return this.nameField;
+ return this.errorsField;
}
set {
- this.nameField = value;
+ this.errorsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string sobject {
+ public string id {
get {
- return this.sobjectField;
+ return this.idField;
}
set {
- this.sobjectField = value;
+ this.idField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("sort")]
- public RelatedListSort[] sort {
+ public bool success {
get {
- return this.sortField;
+ return this.successField;
}
set {
- this.sortField = value;
+ this.successField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeRelatedContentItem {
+ public partial class DeleteResult {
- private DescribeLayoutItem describeLayoutItemField;
+ private Error[] errorsField;
+
+ private string idField;
+
+ private bool successField;
///
- public DescribeLayoutItem describeLayoutItem {
+ [System.Xml.Serialization.XmlElementAttribute("errors", IsNullable=true)]
+ public Error[] errors {
get {
- return this.describeLayoutItemField;
+ return this.errorsField;
}
set {
- this.describeLayoutItemField = value;
+ this.errorsField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string id {
+ get {
+ return this.idField;
+ }
+ set {
+ this.idField = value;
+ }
+ }
+
+ ///
+ public bool success {
+ get {
+ return this.successField;
+ }
+ set {
+ this.successField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeLayout {
-
- private DescribeLayoutButton[] buttonLayoutSectionField;
+ public partial class ProcessResult {
- private DescribeLayoutSection[] detailLayoutSectionsField;
+ private string[] actorIdsField;
- private DescribeLayoutSection[] editLayoutSectionsField;
+ private string entityIdField;
- private DescribeLayoutSection highlightsPanelLayoutSectionField;
+ private Error[] errorsField;
- private string idField;
+ private string instanceIdField;
- private DescribeQuickActionListItemResult[] quickActionListField;
+ private string instanceStatusField;
- private DescribeRelatedContentItem[] relatedContentField;
+ private string[] newWorkitemIdsField;
- private RelatedList[] relatedListsField;
+ private bool successField;
///
- [System.Xml.Serialization.XmlArrayItemAttribute("detailButtons", IsNullable=false)]
- public DescribeLayoutButton[] buttonLayoutSection {
+ [System.Xml.Serialization.XmlElementAttribute("actorIds")]
+ public string[] actorIds {
get {
- return this.buttonLayoutSectionField;
+ return this.actorIdsField;
}
set {
- this.buttonLayoutSectionField = value;
+ this.actorIdsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("detailLayoutSections")]
- public DescribeLayoutSection[] detailLayoutSections {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string entityId {
get {
- return this.detailLayoutSectionsField;
+ return this.entityIdField;
}
set {
- this.detailLayoutSectionsField = value;
+ this.entityIdField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("editLayoutSections")]
- public DescribeLayoutSection[] editLayoutSections {
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
get {
- return this.editLayoutSectionsField;
+ return this.errorsField;
}
set {
- this.editLayoutSectionsField = value;
+ this.errorsField = value;
}
}
///
- public DescribeLayoutSection highlightsPanelLayoutSection {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string instanceId {
get {
- return this.highlightsPanelLayoutSectionField;
+ return this.instanceIdField;
}
set {
- this.highlightsPanelLayoutSectionField = value;
+ this.instanceIdField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string id {
+ public string instanceStatus {
get {
- return this.idField;
+ return this.instanceStatusField;
}
set {
- this.idField = value;
+ this.instanceStatusField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("newWorkitemIds", IsNullable=true)]
+ public string[] newWorkitemIds {
+ get {
+ return this.newWorkitemIdsField;
+ }
+ set {
+ this.newWorkitemIdsField = value;
}
}
///
- [System.Xml.Serialization.XmlArrayItemAttribute("quickActionListItems", IsNullable=false)]
- public DescribeQuickActionListItemResult[] quickActionList {
+ public bool success {
+ get {
+ return this.successField;
+ }
+ set {
+ this.successField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeVisualForceResult {
+
+ private string domainField;
+
+ ///
+ public string domain {
get {
- return this.quickActionListField;
+ return this.domainField;
}
set {
- this.quickActionListField = value;
+ this.domainField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeQuickActionDefaultValue {
+
+ private string defaultValueField;
+
+ private string fieldField;
///
- [System.Xml.Serialization.XmlArrayItemAttribute("relatedContentItems", IsNullable=false)]
- public DescribeRelatedContentItem[] relatedContent {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string defaultValue {
get {
- return this.relatedContentField;
+ return this.defaultValueField;
}
set {
- this.relatedContentField = value;
+ this.defaultValueField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("relatedLists")]
- public RelatedList[] relatedLists {
+ public string field {
get {
- return this.relatedListsField;
+ return this.fieldField;
}
set {
- this.relatedListsField = value;
+ this.fieldField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeQuickActionListItemResult {
+ public partial class DescribeQuickActionResult {
private System.Nullable accessLevelRequiredField;
+ private string actionEnumOrIdField;
+
+ private string canvasApplicationIdField;
+
+ private string canvasApplicationNameField;
+
private DescribeColor[] colorsField;
+ private string contextSobjectTypeField;
+
+ private DescribeQuickActionDefaultValue[] defaultValuesField;
+
+ private string flowDevNameField;
+
+ private string flowRecordIdVarField;
+
+ private System.Nullable heightField;
+
+ private string iconNameField;
+
private string iconUrlField;
private DescribeIcon[] iconsField;
private string labelField;
+ private DescribeLayoutSection layoutField;
+
+ private string lightningComponentBundleIdField;
+
+ private string lightningComponentBundleNameField;
+
+ private string lightningComponentQualifiedNameField;
+
+ private string lightningWebComponentBundleIdField;
+
+ private string lightningWebComponentBundleNameField;
+
+ private string lightningWebComponentQualifiedNameField;
+
private string miniIconUrlField;
- private string quickActionNameField;
+ private string mobileExtensionIdField;
+
+ private string nameField;
+
+ private bool showQuickActionLcHeaderField;
+
+ private bool showQuickActionVfHeaderField;
+
+ private string targetParentFieldField;
+
+ private string targetRecordTypeIdField;
private string targetSobjectTypeField;
private string typeField;
+ private string visualforcePageNameField;
+
+ private string visualforcePageUrlField;
+
+ private System.Nullable widthField;
+
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
public System.Nullable accessLevelRequired {
@@ -8734,6 +16339,38 @@ public System.Nullable accessLevelRequired {
}
}
+ ///
+ public string actionEnumOrId {
+ get {
+ return this.actionEnumOrIdField;
+ }
+ set {
+ this.actionEnumOrIdField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string canvasApplicationId {
+ get {
+ return this.canvasApplicationIdField;
+ }
+ set {
+ this.canvasApplicationIdField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string canvasApplicationName {
+ get {
+ return this.canvasApplicationNameField;
+ }
+ set {
+ this.canvasApplicationNameField = value;
+ }
+ }
+
///
[System.Xml.Serialization.XmlElementAttribute("colors")]
public DescribeColor[] colors {
@@ -8747,379 +16384,331 @@ public DescribeColor[] colors {
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string iconUrl {
+ public string contextSobjectType {
get {
- return this.iconUrlField;
+ return this.contextSobjectTypeField;
}
set {
- this.iconUrlField = value;
+ this.contextSobjectTypeField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("icons")]
- public DescribeIcon[] icons {
+ [System.Xml.Serialization.XmlElementAttribute("defaultValues", IsNullable=true)]
+ public DescribeQuickActionDefaultValue[] defaultValues {
get {
- return this.iconsField;
+ return this.defaultValuesField;
}
set {
- this.iconsField = value;
+ this.defaultValuesField = value;
}
}
///
- public string label {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string flowDevName {
get {
- return this.labelField;
+ return this.flowDevNameField;
}
set {
- this.labelField = value;
+ this.flowDevNameField = value;
}
}
///
- public string miniIconUrl {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string flowRecordIdVar {
get {
- return this.miniIconUrlField;
+ return this.flowRecordIdVarField;
}
set {
- this.miniIconUrlField = value;
+ this.flowRecordIdVarField = value;
}
}
///
- public string quickActionName {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable height {
get {
- return this.quickActionNameField;
+ return this.heightField;
}
set {
- this.quickActionNameField = value;
+ this.heightField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string targetSobjectType {
+ public string iconName {
get {
- return this.targetSobjectTypeField;
+ return this.iconNameField;
}
set {
- this.targetSobjectTypeField = value;
+ this.iconNameField = value;
}
}
///
- public string type {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string iconUrl {
get {
- return this.typeField;
+ return this.iconUrlField;
}
set {
- this.typeField = value;
+ this.iconUrlField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeLayoutResult {
-
- private DescribeLayout[] layoutsField;
-
- private RecordTypeMapping[] recordTypeMappingsField;
-
- private bool recordTypeSelectorRequiredField;
///
- [System.Xml.Serialization.XmlElementAttribute("layouts")]
- public DescribeLayout[] layouts {
+ [System.Xml.Serialization.XmlElementAttribute("icons")]
+ public DescribeIcon[] icons {
get {
- return this.layoutsField;
+ return this.iconsField;
}
set {
- this.layoutsField = value;
+ this.iconsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("recordTypeMappings")]
- public RecordTypeMapping[] recordTypeMappings {
+ public string label {
get {
- return this.recordTypeMappingsField;
+ return this.labelField;
}
set {
- this.recordTypeMappingsField = value;
+ this.labelField = value;
}
}
///
- public bool recordTypeSelectorRequired {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public DescribeLayoutSection layout {
get {
- return this.recordTypeSelectorRequiredField;
+ return this.layoutField;
}
set {
- this.recordTypeSelectorRequiredField = value;
+ this.layoutField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeThemeItem {
-
- private DescribeColor[] colorsField;
-
- private DescribeIcon[] iconsField;
-
- private string nameField;
///
- [System.Xml.Serialization.XmlElementAttribute("colors")]
- public DescribeColor[] colors {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string lightningComponentBundleId {
get {
- return this.colorsField;
+ return this.lightningComponentBundleIdField;
}
set {
- this.colorsField = value;
+ this.lightningComponentBundleIdField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("icons")]
- public DescribeIcon[] icons {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string lightningComponentBundleName {
get {
- return this.iconsField;
+ return this.lightningComponentBundleNameField;
}
set {
- this.iconsField = value;
+ this.lightningComponentBundleNameField = value;
}
}
///
- public string name {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string lightningComponentQualifiedName {
get {
- return this.nameField;
+ return this.lightningComponentQualifiedNameField;
}
set {
- this.nameField = value;
+ this.lightningComponentQualifiedNameField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeGlobalTheme {
-
- private DescribeGlobalResult globalField;
-
- private DescribeThemeItem[] themeField;
///
- public DescribeGlobalResult global {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string lightningWebComponentBundleId {
get {
- return this.globalField;
+ return this.lightningWebComponentBundleIdField;
}
set {
- this.globalField = value;
+ this.lightningWebComponentBundleIdField = value;
}
}
///
- [System.Xml.Serialization.XmlArrayItemAttribute("themeItems", IsNullable=false)]
- public DescribeThemeItem[] theme {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string lightningWebComponentBundleName {
get {
- return this.themeField;
+ return this.lightningWebComponentBundleNameField;
}
set {
- this.themeField = value;
+ this.lightningWebComponentBundleNameField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeGlobalResult {
- private string encodingField;
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string lightningWebComponentQualifiedName {
+ get {
+ return this.lightningWebComponentQualifiedNameField;
+ }
+ set {
+ this.lightningWebComponentQualifiedNameField = value;
+ }
+ }
- private int maxBatchSizeField;
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string miniIconUrl {
+ get {
+ return this.miniIconUrlField;
+ }
+ set {
+ this.miniIconUrlField = value;
+ }
+ }
- private DescribeGlobalSObjectResult[] sobjectsField;
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string mobileExtensionId {
+ get {
+ return this.mobileExtensionIdField;
+ }
+ set {
+ this.mobileExtensionIdField = value;
+ }
+ }
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string encoding {
+ public string name {
get {
- return this.encodingField;
+ return this.nameField;
}
set {
- this.encodingField = value;
+ this.nameField = value;
}
}
///
- public int maxBatchSize {
+ public bool showQuickActionLcHeader {
get {
- return this.maxBatchSizeField;
+ return this.showQuickActionLcHeaderField;
}
set {
- this.maxBatchSizeField = value;
+ this.showQuickActionLcHeaderField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("sobjects")]
- public DescribeGlobalSObjectResult[] sobjects {
+ public bool showQuickActionVfHeader {
get {
- return this.sobjectsField;
+ return this.showQuickActionVfHeaderField;
}
set {
- this.sobjectsField = value;
+ this.showQuickActionVfHeaderField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeGlobalSObjectResult {
-
- private bool activateableField;
-
- private bool createableField;
-
- private bool customField;
-
- private bool customSettingField;
-
- private bool deletableField;
-
- private bool deprecatedAndHiddenField;
-
- private bool feedEnabledField;
-
- private string keyPrefixField;
-
- private string labelField;
-
- private string labelPluralField;
-
- private bool layoutableField;
-
- private bool mergeableField;
-
- private string nameField;
-
- private bool queryableField;
-
- private bool replicateableField;
-
- private bool retrieveableField;
-
- private bool searchableField;
-
- private bool triggerableField;
-
- private bool undeletableField;
-
- private bool updateableField;
///
- public bool activateable {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string targetParentField {
get {
- return this.activateableField;
+ return this.targetParentFieldField;
}
set {
- this.activateableField = value;
+ this.targetParentFieldField = value;
}
}
///
- public bool createable {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string targetRecordTypeId {
get {
- return this.createableField;
+ return this.targetRecordTypeIdField;
}
set {
- this.createableField = value;
+ this.targetRecordTypeIdField = value;
}
}
///
- public bool custom {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string targetSobjectType {
get {
- return this.customField;
+ return this.targetSobjectTypeField;
}
set {
- this.customField = value;
+ this.targetSobjectTypeField = value;
}
}
///
- public bool customSetting {
+ public string type {
get {
- return this.customSettingField;
+ return this.typeField;
}
set {
- this.customSettingField = value;
+ this.typeField = value;
}
}
///
- public bool deletable {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string visualforcePageName {
get {
- return this.deletableField;
+ return this.visualforcePageNameField;
}
set {
- this.deletableField = value;
+ this.visualforcePageNameField = value;
}
}
///
- public bool deprecatedAndHidden {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string visualforcePageUrl {
get {
- return this.deprecatedAndHiddenField;
+ return this.visualforcePageUrlField;
}
set {
- this.deprecatedAndHiddenField = value;
+ this.visualforcePageUrlField = value;
}
}
///
- public bool feedEnabled {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable width {
get {
- return this.feedEnabledField;
+ return this.widthField;
}
set {
- this.feedEnabledField = value;
+ this.widthField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class DescribeAvailableQuickActionResult {
+
+ private string actionEnumOrIdField;
+
+ private string labelField;
+
+ private string nameField;
+
+ private string typeField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string keyPrefix {
+ public string actionEnumOrId {
get {
- return this.keyPrefixField;
+ return this.actionEnumOrIdField;
}
set {
- this.keyPrefixField = value;
+ this.actionEnumOrIdField = value;
}
}
@@ -9134,773 +16723,832 @@ public string label {
}
///
- public string labelPlural {
+ public string name {
get {
- return this.labelPluralField;
+ return this.nameField;
}
set {
- this.labelPluralField = value;
+ this.nameField = value;
}
}
///
- public bool layoutable {
+ public string type {
get {
- return this.layoutableField;
+ return this.typeField;
}
set {
- this.layoutableField = value;
+ this.typeField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class PerformQuickActionRequest {
+
+ private string contextIdField;
+
+ private string quickActionNameField;
+
+ private sObject[] recordsField;
///
- public bool mergeable {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string contextId {
get {
- return this.mergeableField;
+ return this.contextIdField;
}
set {
- this.mergeableField = value;
+ this.contextIdField = value;
}
}
///
- public string name {
+ public string quickActionName {
get {
- return this.nameField;
+ return this.quickActionNameField;
}
set {
- this.nameField = value;
+ this.quickActionNameField = value;
}
}
///
- public bool queryable {
+ [System.Xml.Serialization.XmlElementAttribute("records", IsNullable=true)]
+ public sObject[] records {
get {
- return this.queryableField;
+ return this.recordsField;
}
set {
- this.queryableField = value;
+ this.recordsField = value;
}
}
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessWorkitemRequest))]
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessSubmitRequest))]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class ProcessRequest {
+
+ private string commentsField;
+
+ private string[] nextApproverIdsField;
///
- public bool replicateable {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string comments {
get {
- return this.replicateableField;
+ return this.commentsField;
}
set {
- this.replicateableField = value;
+ this.commentsField = value;
}
}
///
- public bool retrieveable {
+ [System.Xml.Serialization.XmlElementAttribute("nextApproverIds", IsNullable=true)]
+ public string[] nextApproverIds {
get {
- return this.retrieveableField;
+ return this.nextApproverIdsField;
}
set {
- this.retrieveableField = value;
+ this.nextApproverIdsField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class ProcessWorkitemRequest : ProcessRequest {
+
+ private string actionField;
+
+ private string workitemIdField;
///
- public bool searchable {
+ public string action {
get {
- return this.searchableField;
+ return this.actionField;
}
set {
- this.searchableField = value;
+ this.actionField = value;
}
}
///
- public bool triggerable {
+ public string workitemId {
+ get {
+ return this.workitemIdField;
+ }
+ set {
+ this.workitemIdField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class ProcessSubmitRequest : ProcessRequest {
+
+ private string objectIdField;
+
+ private string submitterIdField;
+
+ private string processDefinitionNameOrIdField;
+
+ private System.Nullable skipEntryCriteriaField;
+
+ ///
+ public string objectId {
+ get {
+ return this.objectIdField;
+ }
+ set {
+ this.objectIdField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string submitterId {
get {
- return this.triggerableField;
+ return this.submitterIdField;
}
set {
- this.triggerableField = value;
+ this.submitterIdField = value;
}
}
///
- public bool undeletable {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string processDefinitionNameOrId {
get {
- return this.undeletableField;
+ return this.processDefinitionNameOrIdField;
}
set {
- this.undeletableField = value;
+ this.processDefinitionNameOrIdField = value;
}
}
///
- public bool updateable {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable skipEntryCriteria {
get {
- return this.updateableField;
+ return this.skipEntryCriteriaField;
}
set {
- this.updateableField = value;
+ this.skipEntryCriteriaField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeAppMenuItem {
-
- private DescribeColor[] colorsField;
-
- private string contentField;
-
- private DescribeIcon[] iconsField;
-
- private string labelField;
+ public partial class MergeResult {
- private string nameField;
+ private Error[] errorsField;
- private string typeField;
+ private string idField;
- private string urlField;
+ private string[] mergedRecordIdsField;
- ///
- [System.Xml.Serialization.XmlElementAttribute("colors")]
- public DescribeColor[] colors {
- get {
- return this.colorsField;
- }
- set {
- this.colorsField = value;
- }
- }
+ private bool successField;
- ///
- public string content {
- get {
- return this.contentField;
- }
- set {
- this.contentField = value;
- }
- }
+ private string[] updatedRelatedIdsField;
///
- [System.Xml.Serialization.XmlElementAttribute("icons")]
- public DescribeIcon[] icons {
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
get {
- return this.iconsField;
+ return this.errorsField;
}
set {
- this.iconsField = value;
+ this.errorsField = value;
}
}
///
- public string label {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string id {
get {
- return this.labelField;
+ return this.idField;
}
set {
- this.labelField = value;
+ this.idField = value;
}
}
///
- public string name {
+ [System.Xml.Serialization.XmlElementAttribute("mergedRecordIds")]
+ public string[] mergedRecordIds {
get {
- return this.nameField;
+ return this.mergedRecordIdsField;
}
set {
- this.nameField = value;
+ this.mergedRecordIdsField = value;
}
}
///
- public string type {
+ public bool success {
get {
- return this.typeField;
+ return this.successField;
}
set {
- this.typeField = value;
+ this.successField = value;
}
}
///
- public string url {
+ [System.Xml.Serialization.XmlElementAttribute("updatedRelatedIds")]
+ public string[] updatedRelatedIds {
get {
- return this.urlField;
+ return this.updatedRelatedIdsField;
}
set {
- this.urlField = value;
+ this.updatedRelatedIdsField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeComponentInstanceProperty {
+ public partial class MergeRequest {
- private string nameField;
+ private AdditionalInformationMap[] additionalInformationMapField;
- private string valueField;
+ private sObject masterRecordField;
+
+ private string[] recordToMergeIdsField;
///
- public string name {
+ [System.Xml.Serialization.XmlElementAttribute("additionalInformationMap")]
+ public AdditionalInformationMap[] additionalInformationMap {
get {
- return this.nameField;
+ return this.additionalInformationMapField;
}
set {
- this.nameField = value;
+ this.additionalInformationMapField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string value {
+ public sObject masterRecord {
get {
- return this.valueField;
+ return this.masterRecordField;
}
set {
- this.valueField = value;
+ this.masterRecordField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("recordToMergeIds")]
+ public string[] recordToMergeIds {
+ get {
+ return this.recordToMergeIdsField;
+ }
+ set {
+ this.recordToMergeIdsField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeComponentInstance {
+ public partial class QuickActionTemplateResult {
- private DescribeComponentInstanceProperty[] propertiesField;
+ private string contextIdField;
+
+ private sObject defaultValueFormulasField;
+
+ private sObject defaultValuesField;
- private string typeNameField;
+ private Error[] errorsField;
- private string typeNamespaceField;
+ private bool successField;
///
- [System.Xml.Serialization.XmlElementAttribute("properties")]
- public DescribeComponentInstanceProperty[] properties {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string contextId {
get {
- return this.propertiesField;
+ return this.contextIdField;
}
set {
- this.propertiesField = value;
+ this.contextIdField = value;
}
}
///
- public string typeName {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public sObject defaultValueFormulas {
get {
- return this.typeNameField;
+ return this.defaultValueFormulasField;
}
set {
- this.typeNameField = value;
+ this.defaultValueFormulasField = value;
}
}
///
- public string typeNamespace {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public sObject defaultValues {
get {
- return this.typeNamespaceField;
+ return this.defaultValuesField;
}
set {
- this.typeNamespaceField = value;
+ this.defaultValuesField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeFlexiPageRegion {
-
- private DescribeComponentInstance[] componentsField;
-
- private string nameField;
///
- [System.Xml.Serialization.XmlElementAttribute("components")]
- public DescribeComponentInstance[] components {
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
get {
- return this.componentsField;
+ return this.errorsField;
}
set {
- this.componentsField = value;
+ this.errorsField = value;
}
}
///
- public string name {
+ public bool success {
get {
- return this.nameField;
+ return this.successField;
}
set {
- this.nameField = value;
+ this.successField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeFlexiPageResult {
+ public partial class PerformQuickActionResult {
- private string idField;
+ private string contextIdField;
- private string labelField;
+ private bool createdField;
- private string nameField;
+ private Error[] errorsField;
- private DescribeQuickActionListItemResult[] quickActionListField;
+ private string[] feedItemIdsField;
- private DescribeFlexiPageRegion[] regionsField;
+ private string[] idsField;
- private string typeField;
+ private bool successField;
- ///
- public string id {
- get {
- return this.idField;
- }
- set {
- this.idField = value;
- }
- }
+ private string successMessageField;
///
- public string label {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string contextId {
get {
- return this.labelField;
+ return this.contextIdField;
}
set {
- this.labelField = value;
+ this.contextIdField = value;
}
}
///
- public string name {
+ public bool created {
get {
- return this.nameField;
+ return this.createdField;
}
set {
- this.nameField = value;
+ this.createdField = value;
}
}
///
- [System.Xml.Serialization.XmlArrayItemAttribute("quickActionListItems", IsNullable=false)]
- public DescribeQuickActionListItemResult[] quickActionList {
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
get {
- return this.quickActionListField;
+ return this.errorsField;
}
set {
- this.quickActionListField = value;
+ this.errorsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("regions")]
- public DescribeFlexiPageRegion[] regions {
+ [System.Xml.Serialization.XmlElementAttribute("feedItemIds", IsNullable=true)]
+ public string[] feedItemIds {
get {
- return this.regionsField;
+ return this.feedItemIdsField;
}
set {
- this.regionsField = value;
+ this.feedItemIdsField = value;
}
}
///
- public string type {
+ [System.Xml.Serialization.XmlElementAttribute("ids", IsNullable=true)]
+ public string[] ids {
get {
- return this.typeField;
+ return this.idsField;
}
set {
- this.typeField = value;
+ this.idsField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class KnowledgeLanguageItem {
-
- private bool activeField;
-
- private string nameField;
///
- public bool active {
+ public bool success {
get {
- return this.activeField;
+ return this.successField;
}
set {
- this.activeField = value;
+ this.successField = value;
}
}
///
- public string name {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string successMessage {
get {
- return this.nameField;
+ return this.successMessageField;
}
set {
- this.nameField = value;
+ this.successMessageField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class KnowledgeSettings {
+ public partial class UpsertResult {
- private string defaultLanguageField;
+ private bool createdField;
- private bool knowledgeEnabledField;
+ private Error[] errorsField;
- private KnowledgeLanguageItem[] languagesField;
+ private string idField;
+
+ private bool successField;
+
+ ///
+ public bool created {
+ get {
+ return this.createdField;
+ }
+ set {
+ this.createdField = value;
+ }
+ }
///
- public string defaultLanguage {
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
get {
- return this.defaultLanguageField;
+ return this.errorsField;
}
set {
- this.defaultLanguageField = value;
+ this.errorsField = value;
}
}
///
- public bool knowledgeEnabled {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string id {
get {
- return this.knowledgeEnabledField;
+ return this.idField;
}
set {
- this.knowledgeEnabledField = value;
+ this.idField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("languages")]
- public KnowledgeLanguageItem[] languages {
+ public bool success {
get {
- return this.languagesField;
+ return this.successField;
}
set {
- this.languagesField = value;
+ this.successField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DataCategory {
+ public partial class SaveResult {
- private DataCategory[] childCategoriesField;
+ private Error[] errorsField;
- private string labelField;
+ private string idField;
- private string nameField;
+ private bool successField;
///
- [System.Xml.Serialization.XmlElementAttribute("childCategories")]
- public DataCategory[] childCategories {
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
get {
- return this.childCategoriesField;
+ return this.errorsField;
}
set {
- this.childCategoriesField = value;
+ this.errorsField = value;
}
}
///
- public string label {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string id {
get {
- return this.labelField;
+ return this.idField;
}
set {
- this.labelField = value;
+ this.idField = value;
}
}
///
- public string name {
+ public bool success {
get {
- return this.nameField;
+ return this.successField;
}
set {
- this.nameField = value;
+ this.successField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeDataCategoryGroupStructureResult {
-
- private string descriptionField;
-
- private string labelField;
-
- private string nameField;
-
- private string sobjectField;
+ public partial class ResetPasswordResult {
- private DataCategory[] topCategoriesField;
+ private string passwordField;
///
- public string description {
+ public string password {
get {
- return this.descriptionField;
+ return this.passwordField;
}
set {
- this.descriptionField = value;
+ this.passwordField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class ChangeOwnPasswordResult {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SetPasswordResult {
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class InvalidateSessionsResult {
- ///
- public string label {
- get {
- return this.labelField;
- }
- set {
- this.labelField = value;
- }
- }
+ private Error[] errorsField;
+
+ private bool successField;
///
- public string name {
+ [System.Xml.Serialization.XmlElementAttribute("errors")]
+ public Error[] errors {
get {
- return this.nameField;
+ return this.errorsField;
}
set {
- this.nameField = value;
+ this.errorsField = value;
}
}
///
- public string sobject {
+ public bool success {
get {
- return this.sobjectField;
+ return this.successField;
}
set {
- this.sobjectField = value;
+ this.successField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class GetServerTimestampResult {
+
+ private System.DateTime timestampField;
///
- [System.Xml.Serialization.XmlElementAttribute("topCategories")]
- public DataCategory[] topCategories {
+ public System.DateTime timestamp {
get {
- return this.topCategoriesField;
+ return this.timestampField;
}
set {
- this.topCategoriesField = value;
+ this.timestampField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DataCategoryGroupSobjectTypePair {
+ public partial class DeletedRecord {
- private string dataCategoryGroupNameField;
+ private System.DateTime deletedDateField;
- private string sobjectField;
+ private string idField;
///
- public string dataCategoryGroupName {
+ public System.DateTime deletedDate {
get {
- return this.dataCategoryGroupNameField;
+ return this.deletedDateField;
}
set {
- this.dataCategoryGroupNameField = value;
+ this.deletedDateField = value;
}
}
///
- public string sobject {
+ public string id {
get {
- return this.sobjectField;
+ return this.idField;
}
set {
- this.sobjectField = value;
+ this.idField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class DescribeDataCategoryGroupResult {
-
- private int categoryCountField;
-
- private string descriptionField;
-
- private string labelField;
-
- private string nameField;
+ public partial class GetDeletedResult {
- private string sobjectField;
+ private DeletedRecord[] deletedRecordsField;
- ///
- public int categoryCount {
- get {
- return this.categoryCountField;
- }
- set {
- this.categoryCountField = value;
- }
- }
+ private System.DateTime earliestDateAvailableField;
- ///
- public string description {
- get {
- return this.descriptionField;
- }
- set {
- this.descriptionField = value;
- }
- }
+ private System.DateTime latestDateCoveredField;
///
- public string label {
+ [System.Xml.Serialization.XmlElementAttribute("deletedRecords")]
+ public DeletedRecord[] deletedRecords {
get {
- return this.labelField;
+ return this.deletedRecordsField;
}
set {
- this.labelField = value;
+ this.deletedRecordsField = value;
}
}
///
- public string name {
+ public System.DateTime earliestDateAvailable {
get {
- return this.nameField;
+ return this.earliestDateAvailableField;
}
set {
- this.nameField = value;
+ this.earliestDateAvailableField = value;
}
}
///
- public string sobject {
+ public System.DateTime latestDateCovered {
get {
- return this.sobjectField;
+ return this.latestDateCoveredField;
}
set {
- this.sobjectField = value;
+ this.latestDateCoveredField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class RecordTypeInfo {
-
- private bool availableField;
-
- private bool defaultRecordTypeMappingField;
-
- private string nameField;
-
- private string recordTypeIdField;
+ public partial class GetUpdatedResult {
- ///
- public bool available {
- get {
- return this.availableField;
- }
- set {
- this.availableField = value;
- }
- }
+ private string[] idsField;
- ///
- public bool defaultRecordTypeMapping {
- get {
- return this.defaultRecordTypeMappingField;
- }
- set {
- this.defaultRecordTypeMappingField = value;
- }
- }
+ private System.DateTime latestDateCoveredField;
///
- public string name {
+ [System.Xml.Serialization.XmlElementAttribute("ids")]
+ public string[] ids {
get {
- return this.nameField;
+ return this.idsField;
}
set {
- this.nameField = value;
+ this.idsField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string recordTypeId {
+ public System.DateTime latestDateCovered {
get {
- return this.recordTypeIdField;
+ return this.latestDateCoveredField;
}
set {
- this.recordTypeIdField = value;
+ this.latestDateCoveredField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class NamedLayoutInfo {
+ public partial class NameObjectValuePair {
+
+ private System.Nullable isVisibleField;
private string nameField;
+ private object[] valueField;
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable isVisible {
+ get {
+ return this.isVisibleField;
+ }
+ set {
+ this.isVisibleField = value;
+ }
+ }
+
///
public string name {
get {
@@ -9910,829 +17558,984 @@ public string name {
this.nameField = value;
}
}
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("value")]
+ public object[] value {
+ get {
+ return this.valueField;
+ }
+ set {
+ this.valueField = value;
+ }
+ }
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class FilteredLookupInfo {
+ public partial class SearchLayoutField {
- private string[] controllingFieldsField;
+ private string apiNameField;
- private bool dependentField;
+ private string labelField;
- private bool optionalFilterField;
+ private bool sortableField;
///
- [System.Xml.Serialization.XmlElementAttribute("controllingFields")]
- public string[] controllingFields {
+ public string apiName {
get {
- return this.controllingFieldsField;
+ return this.apiNameField;
}
set {
- this.controllingFieldsField = value;
+ this.apiNameField = value;
}
}
///
- public bool dependent {
+ public string label {
get {
- return this.dependentField;
+ return this.labelField;
}
set {
- this.dependentField = value;
+ this.labelField = value;
}
}
///
- public bool optionalFilter {
+ public bool sortable {
get {
- return this.optionalFilterField;
+ return this.sortableField;
}
set {
- this.optionalFilterField = value;
+ this.sortableField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class Field {
-
- private bool autoNumberField;
-
- private int byteLengthField;
-
- private bool calculatedField;
-
- private string calculatedFormulaField;
-
- private bool cascadeDeleteField;
-
- private bool cascadeDeleteFieldSpecified;
-
- private bool caseSensitiveField;
-
- private string controllerNameField;
-
- private bool createableField;
-
- private bool customField;
-
- private string defaultValueFormulaField;
-
- private bool defaultedOnCreateField;
-
- private bool dependentPicklistField;
-
- private bool dependentPicklistFieldSpecified;
-
- private bool deprecatedAndHiddenField;
-
- private int digitsField;
-
- private bool displayLocationInDecimalField;
-
- private bool displayLocationInDecimalFieldSpecified;
-
- private bool externalIdField;
-
- private bool externalIdFieldSpecified;
-
- private string extraTypeInfoField;
-
- private bool filterableField;
-
- private FilteredLookupInfo filteredLookupInfoField;
-
- private bool groupableField;
-
- private bool htmlFormattedField;
-
- private bool htmlFormattedFieldSpecified;
-
- private bool idLookupField;
-
- private string inlineHelpTextField;
-
- private string labelField;
-
- private int lengthField;
-
- private string maskField;
-
- private string maskTypeField;
-
- private string nameField1;
-
- private bool nameFieldField;
-
- private bool namePointingField;
-
- private bool namePointingFieldSpecified;
-
- private bool nillableField;
-
- private bool permissionableField;
-
- private PicklistEntry[] picklistValuesField;
-
- private int precisionField;
-
- private bool queryByDistanceField;
-
- private string referenceTargetFieldField;
-
- private string[] referenceToField;
-
- private string relationshipNameField;
-
- private int relationshipOrderField;
-
- private bool relationshipOrderFieldSpecified;
-
- private bool restrictedDeleteField;
+ public partial class SearchLayoutFieldsDisplayed {
- private bool restrictedDeleteFieldSpecified;
-
- private bool restrictedPicklistField;
-
- private int scaleField;
-
- private soapType soapTypeField;
-
- private bool sortableField;
-
- private bool sortableFieldSpecified;
-
- private fieldType typeField;
-
- private bool uniqueField;
-
- private bool updateableField;
+ private bool applicableField;
- private bool writeRequiresMasterReadField;
+ private SearchLayoutField[] fieldsField;
- private bool writeRequiresMasterReadFieldSpecified;
+ ///
+ public bool applicable {
+ get {
+ return this.applicableField;
+ }
+ set {
+ this.applicableField = value;
+ }
+ }
///
- public bool autoNumber {
+ [System.Xml.Serialization.XmlElementAttribute("fields")]
+ public SearchLayoutField[] fields {
get {
- return this.autoNumberField;
+ return this.fieldsField;
}
set {
- this.autoNumberField = value;
+ this.fieldsField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SearchLayoutButton {
+
+ private string apiNameField;
+
+ private string labelField;
///
- public int byteLength {
+ public string apiName {
get {
- return this.byteLengthField;
+ return this.apiNameField;
}
set {
- this.byteLengthField = value;
+ this.apiNameField = value;
}
}
///
- public bool calculated {
+ public string label {
get {
- return this.calculatedField;
+ return this.labelField;
}
set {
- this.calculatedField = value;
+ this.labelField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SearchLayoutButtonsDisplayed {
+
+ private bool applicableField;
+
+ private SearchLayoutButton[] buttonsField;
///
- public string calculatedFormula {
+ public bool applicable {
get {
- return this.calculatedFormulaField;
+ return this.applicableField;
}
set {
- this.calculatedFormulaField = value;
+ this.applicableField = value;
}
}
///
- public bool cascadeDelete {
+ [System.Xml.Serialization.XmlElementAttribute("buttons")]
+ public SearchLayoutButton[] buttons {
get {
- return this.cascadeDeleteField;
+ return this.buttonsField;
}
set {
- this.cascadeDeleteField = value;
+ this.buttonsField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class RecordTypeInfo {
+
+ private bool activeField;
+
+ private bool availableField;
+
+ private bool defaultRecordTypeMappingField;
+
+ private string developerNameField;
+
+ private bool masterField;
+
+ private string nameField;
+
+ private string recordTypeIdField;
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool cascadeDeleteSpecified {
+ public bool active {
get {
- return this.cascadeDeleteFieldSpecified;
+ return this.activeField;
}
set {
- this.cascadeDeleteFieldSpecified = value;
+ this.activeField = value;
}
}
///
- public bool caseSensitive {
+ public bool available {
get {
- return this.caseSensitiveField;
+ return this.availableField;
}
set {
- this.caseSensitiveField = value;
+ this.availableField = value;
}
}
///
- public string controllerName {
+ public bool defaultRecordTypeMapping {
get {
- return this.controllerNameField;
+ return this.defaultRecordTypeMappingField;
}
set {
- this.controllerNameField = value;
+ this.defaultRecordTypeMappingField = value;
}
}
///
- public bool createable {
+ public string developerName {
get {
- return this.createableField;
+ return this.developerNameField;
}
set {
- this.createableField = value;
+ this.developerNameField = value;
}
}
///
- public bool custom {
+ public bool master {
get {
- return this.customField;
+ return this.masterField;
}
set {
- this.customField = value;
+ this.masterField = value;
}
}
///
- public string defaultValueFormula {
+ public string name {
get {
- return this.defaultValueFormulaField;
+ return this.nameField;
}
set {
- this.defaultValueFormulaField = value;
+ this.nameField = value;
}
}
///
- public bool defaultedOnCreate {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string recordTypeId {
get {
- return this.defaultedOnCreateField;
+ return this.recordTypeIdField;
}
set {
- this.defaultedOnCreateField = value;
+ this.recordTypeIdField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class EntitySpellCorrectionMetadata {
+
+ private string correctedQueryField;
+
+ private bool hasNonCorrectedResultsField;
///
- public bool dependentPicklist {
+ public string correctedQuery {
get {
- return this.dependentPicklistField;
+ return this.correctedQueryField;
}
set {
- this.dependentPicklistField = value;
+ this.correctedQueryField = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool dependentPicklistSpecified {
+ public bool hasNonCorrectedResults {
get {
- return this.dependentPicklistFieldSpecified;
+ return this.hasNonCorrectedResultsField;
}
set {
- this.dependentPicklistFieldSpecified = value;
+ this.hasNonCorrectedResultsField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class EntitySearchPromotionMetadata {
+
+ private int promotedResultCountField;
///
- public bool deprecatedAndHidden {
+ public int promotedResultCount {
get {
- return this.deprecatedAndHiddenField;
+ return this.promotedResultCountField;
}
set {
- this.deprecatedAndHiddenField = value;
+ this.promotedResultCountField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class EntityIntentQueryMetadata {
+
+ private bool intentQueryField;
+
+ private string messageField;
///
- public int digits {
+ public bool intentQuery {
get {
- return this.digitsField;
+ return this.intentQueryField;
}
set {
- this.digitsField = value;
+ this.intentQueryField = value;
}
}
///
- public bool displayLocationInDecimal {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string message {
get {
- return this.displayLocationInDecimalField;
+ return this.messageField;
}
set {
- this.displayLocationInDecimalField = value;
+ this.messageField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class FieldLevelSearchMetadata {
+
+ private string labelField;
+
+ private string nameField;
+
+ private string typeField;
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool displayLocationInDecimalSpecified {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string label {
get {
- return this.displayLocationInDecimalFieldSpecified;
+ return this.labelField;
}
set {
- this.displayLocationInDecimalFieldSpecified = value;
+ this.labelField = value;
}
}
///
- public bool externalId {
+ public string name {
get {
- return this.externalIdField;
+ return this.nameField;
}
set {
- this.externalIdField = value;
+ this.nameField = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool externalIdSpecified {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string type {
get {
- return this.externalIdFieldSpecified;
+ return this.typeField;
}
set {
- this.externalIdFieldSpecified = value;
+ this.typeField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class EntityErrorMetadata {
+
+ private string errorCodeField;
+
+ private string messageField;
///
- public string extraTypeInfo {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string errorCode {
get {
- return this.extraTypeInfoField;
+ return this.errorCodeField;
}
set {
- this.extraTypeInfoField = value;
+ this.errorCodeField = value;
}
}
///
- public bool filterable {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string message {
get {
- return this.filterableField;
+ return this.messageField;
}
set {
- this.filterableField = value;
+ this.messageField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class EntitySearchMetadata {
+
+ private string entityNameField;
+
+ private EntityErrorMetadata errorMetadataField;
+
+ private FieldLevelSearchMetadata[] fieldMetadataField;
+
+ private EntityIntentQueryMetadata intentQueryMetadataField;
+
+ private EntitySearchPromotionMetadata searchPromotionMetadataField;
+
+ private EntitySpellCorrectionMetadata spellCorrectionMetadataField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public FilteredLookupInfo filteredLookupInfo {
+ public string entityName {
get {
- return this.filteredLookupInfoField;
+ return this.entityNameField;
}
set {
- this.filteredLookupInfoField = value;
+ this.entityNameField = value;
}
}
///
- public bool groupable {
+ public EntityErrorMetadata errorMetadata {
get {
- return this.groupableField;
+ return this.errorMetadataField;
}
set {
- this.groupableField = value;
+ this.errorMetadataField = value;
}
}
///
- public bool htmlFormatted {
+ [System.Xml.Serialization.XmlElementAttribute("fieldMetadata")]
+ public FieldLevelSearchMetadata[] fieldMetadata {
get {
- return this.htmlFormattedField;
+ return this.fieldMetadataField;
}
set {
- this.htmlFormattedField = value;
+ this.fieldMetadataField = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool htmlFormattedSpecified {
+ public EntityIntentQueryMetadata intentQueryMetadata {
get {
- return this.htmlFormattedFieldSpecified;
+ return this.intentQueryMetadataField;
}
set {
- this.htmlFormattedFieldSpecified = value;
+ this.intentQueryMetadataField = value;
}
}
///
- public bool idLookup {
+ public EntitySearchPromotionMetadata searchPromotionMetadata {
get {
- return this.idLookupField;
+ return this.searchPromotionMetadataField;
}
set {
- this.idLookupField = value;
+ this.searchPromotionMetadataField = value;
}
}
///
- public string inlineHelpText {
+ public EntitySpellCorrectionMetadata spellCorrectionMetadata {
get {
- return this.inlineHelpTextField;
+ return this.spellCorrectionMetadataField;
}
set {
- this.inlineHelpTextField = value;
+ this.spellCorrectionMetadataField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class LabelsSearchMetadata {
+
+ private NameValuePair[] entityFieldLabelsField;
+
+ private string entityNameField;
///
- public string label {
+ [System.Xml.Serialization.XmlElementAttribute("entityFieldLabels")]
+ public NameValuePair[] entityFieldLabels {
get {
- return this.labelField;
+ return this.entityFieldLabelsField;
}
set {
- this.labelField = value;
+ this.entityFieldLabelsField = value;
}
}
///
- public int length {
+ public string entityName {
get {
- return this.lengthField;
+ return this.entityNameField;
}
set {
- this.lengthField = value;
+ this.entityNameField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class NameValuePair {
+
+ private string nameField;
+
+ private string valueField;
///
- public string mask {
+ public string name {
get {
- return this.maskField;
+ return this.nameField;
}
set {
- this.maskField = value;
+ this.nameField = value;
}
}
///
- public string maskType {
+ public string value {
get {
- return this.maskTypeField;
+ return this.valueField;
}
set {
- this.maskTypeField = value;
+ this.valueField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SearchResultsMetadata {
+
+ private LabelsSearchMetadata[] entityLabelMetadataField;
+
+ private EntitySearchMetadata[] entityMetadataField;
///
- public string name {
+ [System.Xml.Serialization.XmlElementAttribute("entityLabelMetadata")]
+ public LabelsSearchMetadata[] entityLabelMetadata {
get {
- return this.nameField1;
+ return this.entityLabelMetadataField;
}
set {
- this.nameField1 = value;
+ this.entityLabelMetadataField = value;
}
}
///
- public bool nameField {
+ [System.Xml.Serialization.XmlElementAttribute("entityMetadata")]
+ public EntitySearchMetadata[] entityMetadata {
get {
- return this.nameFieldField;
+ return this.entityMetadataField;
}
set {
- this.nameFieldField = value;
+ this.entityMetadataField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SearchSnippet {
+
+ private string textField;
+
+ private NameValuePair[] wholeFieldsField;
///
- public bool namePointing {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string text {
get {
- return this.namePointingField;
+ return this.textField;
}
set {
- this.namePointingField = value;
+ this.textField = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool namePointingSpecified {
+ [System.Xml.Serialization.XmlElementAttribute("wholeFields")]
+ public NameValuePair[] wholeFields {
get {
- return this.namePointingFieldSpecified;
+ return this.wholeFieldsField;
}
set {
- this.namePointingFieldSpecified = value;
+ this.wholeFieldsField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SearchRecordMetadata {
+
+ private bool searchPromotedField;
+
+ private bool spellCorrectedField;
///
- public bool nillable {
+ public bool searchPromoted {
get {
- return this.nillableField;
+ return this.searchPromotedField;
}
set {
- this.nillableField = value;
+ this.searchPromotedField = value;
}
}
///
- public bool permissionable {
+ public bool spellCorrected {
get {
- return this.permissionableField;
+ return this.spellCorrectedField;
}
set {
- this.permissionableField = value;
+ this.spellCorrectedField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SearchRecord {
+
+ private sObject recordField;
+
+ private SearchRecordMetadata searchRecordMetadataField;
+
+ private SearchSnippet snippetField;
///
- [System.Xml.Serialization.XmlElementAttribute("picklistValues", IsNullable=true)]
- public PicklistEntry[] picklistValues {
+ public sObject record {
get {
- return this.picklistValuesField;
+ return this.recordField;
}
set {
- this.picklistValuesField = value;
+ this.recordField = value;
}
}
///
- public int precision {
+ public SearchRecordMetadata searchRecordMetadata {
get {
- return this.precisionField;
+ return this.searchRecordMetadataField;
}
set {
- this.precisionField = value;
+ this.searchRecordMetadataField = value;
}
}
///
- public bool queryByDistance {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public SearchSnippet snippet {
get {
- return this.queryByDistanceField;
+ return this.snippetField;
}
set {
- this.queryByDistanceField = value;
+ this.snippetField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class SearchResult {
+
+ private string queryIdField;
+
+ private SearchRecord[] searchRecordsField;
+
+ private SearchResultsMetadata searchResultsMetadataField;
///
- public string referenceTargetField {
+ public string queryId {
get {
- return this.referenceTargetFieldField;
+ return this.queryIdField;
}
set {
- this.referenceTargetFieldField = value;
+ this.queryIdField = value;
}
}
///
- [System.Xml.Serialization.XmlElementAttribute("referenceTo", IsNullable=true)]
- public string[] referenceTo {
+ [System.Xml.Serialization.XmlElementAttribute("searchRecords")]
+ public SearchRecord[] searchRecords {
get {
- return this.referenceToField;
+ return this.searchRecordsField;
}
set {
- this.referenceToField = value;
+ this.searchRecordsField = value;
}
}
///
- public string relationshipName {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public SearchResultsMetadata searchResultsMetadata {
get {
- return this.relationshipNameField;
+ return this.searchResultsMetadataField;
}
set {
- this.relationshipNameField = value;
+ this.searchResultsMetadataField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class QueryResult {
+
+ private bool doneField;
+
+ private string queryLocatorField;
+
+ private sObject[] recordsField;
+
+ private int sizeField;
///
- public int relationshipOrder {
+ public bool done {
get {
- return this.relationshipOrderField;
+ return this.doneField;
}
set {
- this.relationshipOrderField = value;
+ this.doneField = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool relationshipOrderSpecified {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string queryLocator {
get {
- return this.relationshipOrderFieldSpecified;
+ return this.queryLocatorField;
}
set {
- this.relationshipOrderFieldSpecified = value;
+ this.queryLocatorField = value;
}
}
///
- public bool restrictedDelete {
+ [System.Xml.Serialization.XmlElementAttribute("records", IsNullable=true)]
+ public sObject[] records {
get {
- return this.restrictedDeleteField;
+ return this.recordsField;
}
set {
- this.restrictedDeleteField = value;
+ this.recordsField = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool restrictedDeleteSpecified {
+ public int size {
get {
- return this.restrictedDeleteFieldSpecified;
+ return this.sizeField;
}
set {
- this.restrictedDeleteFieldSpecified = value;
+ this.sizeField = value;
}
}
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIncludeAttribute(typeof(address))]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class location {
+
+ private System.Nullable latitudeField;
+
+ private System.Nullable longitudeField;
///
- public bool restrictedPicklist {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable latitude {
get {
- return this.restrictedPicklistField;
+ return this.latitudeField;
}
set {
- this.restrictedPicklistField = value;
+ this.latitudeField = value;
}
}
///
- public int scale {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public System.Nullable longitude {
get {
- return this.scaleField;
+ return this.longitudeField;
}
set {
- this.scaleField = value;
+ this.longitudeField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public partial class address : location {
+
+ private string cityField;
+
+ private string countryField;
+
+ private string countryCodeField;
+
+ private string geocodeAccuracyField;
+
+ private string postalCodeField;
+
+ private string stateField;
+
+ private string stateCodeField;
+
+ private string streetField;
///
- public soapType soapType {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string city {
get {
- return this.soapTypeField;
+ return this.cityField;
}
set {
- this.soapTypeField = value;
+ this.cityField = value;
}
}
///
- public bool sortable {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string country {
get {
- return this.sortableField;
+ return this.countryField;
}
set {
- this.sortableField = value;
+ this.countryField = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool sortableSpecified {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string countryCode {
get {
- return this.sortableFieldSpecified;
+ return this.countryCodeField;
}
set {
- this.sortableFieldSpecified = value;
+ this.countryCodeField = value;
}
}
///
- public fieldType type {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string geocodeAccuracy {
get {
- return this.typeField;
+ return this.geocodeAccuracyField;
}
set {
- this.typeField = value;
+ this.geocodeAccuracyField = value;
}
}
///
- public bool unique {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string postalCode {
get {
- return this.uniqueField;
+ return this.postalCodeField;
}
set {
- this.uniqueField = value;
+ this.postalCodeField = value;
}
}
///
- public bool updateable {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string state {
get {
- return this.updateableField;
+ return this.stateField;
}
set {
- this.updateableField = value;
+ this.stateField = value;
}
}
///
- public bool writeRequiresMasterRead {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string stateCode {
get {
- return this.writeRequiresMasterReadField;
+ return this.stateCodeField;
}
set {
- this.writeRequiresMasterReadField = value;
+ this.stateCodeField = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool writeRequiresMasterReadSpecified {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string street {
get {
- return this.writeRequiresMasterReadFieldSpecified;
+ return this.streetField;
}
set {
- this.writeRequiresMasterReadFieldSpecified = value;
+ this.streetField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum soapType {
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("tns:ID")]
- tnsID,
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("xsd:base64Binary")]
- xsdbase64Binary,
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("xsd:boolean")]
- xsdboolean,
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("xsd:double")]
- xsddouble,
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("xsd:int")]
- xsdint,
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("xsd:string")]
- xsdstring,
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("xsd:date")]
- xsddate,
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("xsd:dateTime")]
- xsddateTime,
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("xsd:time")]
- xsdtime,
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("urn:location")]
- urnlocation,
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("urn:address")]
- urnaddress,
-
- ///
- [System.Xml.Serialization.XmlEnumAttribute("xsd:anyType")]
- xsdanyType,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -10747,6 +18550,10 @@ public partial class ChildRelationship {
private string fieldField;
+ private string[] junctionIdListNamesField;
+
+ private string[] junctionReferenceToField;
+
private string relationshipNameField;
private bool restrictedDeleteField;
@@ -10793,6 +18600,28 @@ public string field {
}
}
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("junctionIdListNames", IsNullable=true)]
+ public string[] junctionIdListNames {
+ get {
+ return this.junctionIdListNamesField;
+ }
+ set {
+ this.junctionIdListNamesField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("junctionReferenceTo", IsNullable=true)]
+ public string[] junctionReferenceTo {
+ get {
+ return this.junctionReferenceToField;
+ }
+ set {
+ this.junctionReferenceToField = value;
+ }
+ }
+
///
public string relationshipName {
get {
@@ -10826,13 +18655,15 @@ public bool restrictedDeleteSpecified {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
public partial class ActionOverride {
+ private string formFactorField;
+
private bool isAvailableInTouchField;
private string nameField;
@@ -10841,6 +18672,17 @@ public partial class ActionOverride {
private string urlField;
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string formFactor {
+ get {
+ return this.formFactorField;
+ }
+ set {
+ this.formFactorField = value;
+ }
+ }
+
///
public bool isAvailableInTouch {
get {
@@ -10872,6 +18714,7 @@ public string pageId {
}
///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
public string url {
get {
return this.urlField;
@@ -10883,7 +18726,7 @@ public string url {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -10894,6 +18737,10 @@ public partial class DescribeSObjectResult {
private bool activateableField;
+ private string associateEntityTypeField;
+
+ private string associateParentEntityField;
+
private ChildRelationship[] childRelationshipsField;
private bool compactLayoutableField;
@@ -10904,6 +18751,14 @@ public partial class DescribeSObjectResult {
private bool customSettingField;
+ private bool dataTranslationEnabledField;
+
+ private bool dataTranslationEnabledFieldSpecified;
+
+ private bool deepCloneableField;
+
+ private string defaultImplementationField;
+
private bool deletableField;
private bool deprecatedAndHiddenField;
@@ -10912,6 +18767,18 @@ public partial class DescribeSObjectResult {
private Field[] fieldsField;
+ private bool hasSubtypesField;
+
+ private bool idEnabledField;
+
+ private string implementedByField;
+
+ private string implementsInterfacesField;
+
+ private bool isInterfaceField;
+
+ private bool isSubtypeField;
+
private string keyPrefixField;
private string labelField;
@@ -10922,10 +18789,14 @@ public partial class DescribeSObjectResult {
private bool mergeableField;
+ private bool mruEnabledField;
+
private string nameField;
private NamedLayoutInfo[] namedLayoutInfosField;
+ private string networkScopeFieldNameField;
+
private bool queryableField;
private RecordTypeInfo[] recordTypeInfosField;
@@ -10940,6 +18811,8 @@ public partial class DescribeSObjectResult {
private bool searchableField;
+ private ScopeInfo[] supportedScopesField;
+
private bool triggerableField;
private bool triggerableFieldSpecified;
@@ -10966,12 +18839,34 @@ public ActionOverride[] actionOverrides {
}
///
- public bool activateable {
+ public bool activateable {
+ get {
+ return this.activateableField;
+ }
+ set {
+ this.activateableField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string associateEntityType {
+ get {
+ return this.associateEntityTypeField;
+ }
+ set {
+ this.associateEntityTypeField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string associateParentEntity {
get {
- return this.activateableField;
+ return this.associateParentEntityField;
}
set {
- this.activateableField = value;
+ this.associateParentEntityField = value;
}
}
@@ -11026,6 +18921,48 @@ public bool customSetting {
}
}
+ ///
+ public bool dataTranslationEnabled {
+ get {
+ return this.dataTranslationEnabledField;
+ }
+ set {
+ this.dataTranslationEnabledField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool dataTranslationEnabledSpecified {
+ get {
+ return this.dataTranslationEnabledFieldSpecified;
+ }
+ set {
+ this.dataTranslationEnabledFieldSpecified = value;
+ }
+ }
+
+ ///
+ public bool deepCloneable {
+ get {
+ return this.deepCloneableField;
+ }
+ set {
+ this.deepCloneableField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string defaultImplementation {
+ get {
+ return this.defaultImplementationField;
+ }
+ set {
+ this.defaultImplementationField = value;
+ }
+ }
+
///
public bool deletable {
get {
@@ -11067,6 +19004,68 @@ public Field[] fields {
}
}
+ ///
+ public bool hasSubtypes {
+ get {
+ return this.hasSubtypesField;
+ }
+ set {
+ this.hasSubtypesField = value;
+ }
+ }
+
+ ///
+ public bool idEnabled {
+ get {
+ return this.idEnabledField;
+ }
+ set {
+ this.idEnabledField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string implementedBy {
+ get {
+ return this.implementedByField;
+ }
+ set {
+ this.implementedByField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string implementsInterfaces {
+ get {
+ return this.implementsInterfacesField;
+ }
+ set {
+ this.implementsInterfacesField = value;
+ }
+ }
+
+ ///
+ public bool isInterface {
+ get {
+ return this.isInterfaceField;
+ }
+ set {
+ this.isInterfaceField = value;
+ }
+ }
+
+ ///
+ public bool isSubtype {
+ get {
+ return this.isSubtypeField;
+ }
+ set {
+ this.isSubtypeField = value;
+ }
+ }
+
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
public string keyPrefix {
@@ -11118,6 +19117,16 @@ public bool mergeable {
}
}
+ ///
+ public bool mruEnabled {
+ get {
+ return this.mruEnabledField;
+ }
+ set {
+ this.mruEnabledField = value;
+ }
+ }
+
///
public string name {
get {
@@ -11139,6 +19148,17 @@ public NamedLayoutInfo[] namedLayoutInfos {
}
}
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string networkScopeFieldName {
+ get {
+ return this.networkScopeFieldNameField;
+ }
+ set {
+ this.networkScopeFieldNameField = value;
+ }
+ }
+
///
public bool queryable {
get {
@@ -11211,6 +19231,17 @@ public bool searchable {
}
}
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("supportedScopes", IsNullable=true)]
+ public ScopeInfo[] supportedScopes {
+ get {
+ return this.supportedScopesField;
+ }
+ set {
+ this.supportedScopesField = value;
+ }
+ }
+
///
public bool triggerable {
get {
@@ -11287,7 +19318,7 @@ public string urlNew {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -11332,52 +19363,7 @@ public string type {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public partial class PackageVersion {
-
- private int majorNumberField;
-
- private int minorNumberField;
-
- private string namespaceField;
-
- ///
- public int majorNumber {
- get {
- return this.majorNumberField;
- }
- set {
- this.majorNumberField = value;
- }
- }
-
- ///
- public int minorNumber {
- get {
- return this.minorNumberField;
- }
- set {
- this.minorNumberField = value;
- }
- }
-
- ///
- public string @namespace {
- get {
- return this.namespaceField;
- }
- set {
- this.namespaceField = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -11386,12 +19372,16 @@ public partial class GetUserInfoResult {
private bool accessibilityModeField;
+ private bool chatterExternalField;
+
private string currencySymbolField;
private int orgAttachmentFileSizeLimitField;
private string orgDefaultCurrencyIsoCodeField;
+ private string orgDefaultCurrencyLocaleField;
+
private bool orgDisallowHtmlAttachmentsField;
private bool orgHasPersonAccountsField;
@@ -11438,6 +19428,16 @@ public bool accessibilityMode {
}
}
+ ///
+ public bool chatterExternal {
+ get {
+ return this.chatterExternalField;
+ }
+ set {
+ this.chatterExternalField = value;
+ }
+ }
+
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
public string currencySymbol {
@@ -11470,6 +19470,17 @@ public string orgDefaultCurrencyIsoCode {
}
}
+ ///
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string orgDefaultCurrencyLocale {
+ get {
+ return this.orgDefaultCurrencyLocaleField;
+ }
+ set {
+ this.orgDefaultCurrencyLocaleField = value;
+ }
+ }
+
///
public bool orgDisallowHtmlAttachments {
get {
@@ -11654,7 +19665,7 @@ public string userUiSkin {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -11751,272 +19762,355 @@ public GetUserInfoResult userInfo {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class OwnerChangeOptions : System.Web.Services.Protocols.SoapHeader {
+ public partial class QueryOptions : System.Web.Services.Protocols.SoapHeader {
- private bool transferAttachmentsField;
+ private int batchSizeField;
- private bool transferOpenActivitiesField;
+ private bool batchSizeFieldSpecified;
///
- public bool transferAttachments {
+ public int batchSize {
get {
- return this.transferAttachmentsField;
+ return this.batchSizeField;
}
set {
- this.transferAttachmentsField = value;
+ this.batchSizeField = value;
}
}
///
- public bool transferOpenActivities {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool batchSizeSpecified {
get {
- return this.transferOpenActivitiesField;
+ return this.batchSizeFieldSpecified;
}
set {
- this.transferOpenActivitiesField = value;
+ this.batchSizeFieldSpecified = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class StreamingEnabledHeader : System.Web.Services.Protocols.SoapHeader {
+ public partial class LimitInfoHeader : System.Web.Services.Protocols.SoapHeader {
- private bool streamingEnabledField;
+ private LimitInfo[] limitInfoField;
///
- public bool streamingEnabled {
+ [System.Xml.Serialization.XmlElementAttribute("limitInfo")]
+ public LimitInfo[] limitInfo {
get {
- return this.streamingEnabledField;
+ return this.limitInfoField;
}
set {
- this.streamingEnabledField = value;
+ this.limitInfoField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class CallOptions : System.Web.Services.Protocols.SoapHeader {
+ public partial class OwnerChangeOptions : System.Web.Services.Protocols.SoapHeader {
- private string clientField;
+ private OwnerChangeOption[] optionsField;
- private string defaultNamespaceField;
+ ///
+ [System.Xml.Serialization.XmlElementAttribute("options", IsNullable=true)]
+ public OwnerChangeOption[] options {
+ get {
+ return this.optionsField;
+ }
+ set {
+ this.optionsField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
+ [System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
+ public partial class AssignmentRuleHeader : System.Web.Services.Protocols.SoapHeader {
+
+ private string assignmentRuleIdField;
+
+ private System.Nullable useDefaultRuleField;
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string client {
+ public string assignmentRuleId {
get {
- return this.clientField;
+ return this.assignmentRuleIdField;
}
set {
- this.clientField = value;
+ this.assignmentRuleIdField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string defaultNamespace {
+ public System.Nullable useDefaultRule {
get {
- return this.defaultNamespaceField;
+ return this.useDefaultRuleField;
}
set {
- this.defaultNamespaceField = value;
+ this.useDefaultRuleField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class AssignmentRuleHeader : System.Web.Services.Protocols.SoapHeader {
+ public partial class MruHeader : System.Web.Services.Protocols.SoapHeader {
- private string assignmentRuleIdField;
+ private bool updateMruField;
- private System.Nullable useDefaultRuleField;
+ ///
+ public bool updateMru {
+ get {
+ return this.updateMruField;
+ }
+ set {
+ this.updateMruField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
+ [System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
+ public partial class AllowFieldTruncationHeader : System.Web.Services.Protocols.SoapHeader {
+
+ private bool allowFieldTruncationField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string assignmentRuleId {
+ public bool allowFieldTruncation {
get {
- return this.assignmentRuleIdField;
+ return this.allowFieldTruncationField;
}
set {
- this.assignmentRuleIdField = value;
+ this.allowFieldTruncationField = value;
}
}
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
+ [System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
+ public partial class DisableFeedTrackingHeader : System.Web.Services.Protocols.SoapHeader {
+
+ private bool disableFeedTrackingField;
///
- [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public System.Nullable useDefaultRule {
+ public bool disableFeedTracking {
get {
- return this.useDefaultRuleField;
+ return this.disableFeedTrackingField;
}
set {
- this.useDefaultRuleField = value;
+ this.disableFeedTrackingField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class SessionHeader : System.Web.Services.Protocols.SoapHeader {
+ public partial class UserTerritoryDeleteHeader : System.Web.Services.Protocols.SoapHeader {
- private string sessionIdField;
+ private string transferToUserIdField;
///
- public string sessionId {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string transferToUserId {
get {
- return this.sessionIdField;
+ return this.transferToUserIdField;
}
set {
- this.sessionIdField = value;
+ this.transferToUserIdField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class LimitInfoHeader : System.Web.Services.Protocols.SoapHeader {
+ public partial class DebuggingHeader : System.Web.Services.Protocols.SoapHeader {
- private LimitInfo[] limitInfoField;
+ private LogInfo[] categoriesField;
+
+ private DebugLevel debugLevelField;
///
- [System.Xml.Serialization.XmlElementAttribute("limitInfo")]
- public LimitInfo[] limitInfo {
+ [System.Xml.Serialization.XmlElementAttribute("categories")]
+ public LogInfo[] categories {
get {
- return this.limitInfoField;
+ return this.categoriesField;
}
set {
- this.limitInfoField = value;
+ this.categoriesField = value;
}
}
+
+ ///
+ public DebugLevel debugLevel {
+ get {
+ return this.debugLevelField;
+ }
+ set {
+ this.debugLevelField = value;
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum DebugLevel {
+
+ ///
+ None,
+
+ ///
+ DebugOnly,
+
+ ///
+ Db,
+
+ ///
+ Profiling,
+
+ ///
+ Callout,
+
+ ///
+ Detail,
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class LocaleOptions : System.Web.Services.Protocols.SoapHeader {
+ public partial class DuplicateRuleHeader : System.Web.Services.Protocols.SoapHeader {
- private string languageField;
+ private bool allowSaveField;
- private bool localizeErrorsField;
+ private bool includeRecordDetailsField;
- private bool localizeErrorsFieldSpecified;
+ private bool runAsCurrentUserField;
///
- public string language {
+ public bool allowSave {
get {
- return this.languageField;
+ return this.allowSaveField;
}
set {
- this.languageField = value;
+ this.allowSaveField = value;
}
}
///
- public bool localizeErrors {
+ public bool includeRecordDetails {
get {
- return this.localizeErrorsField;
+ return this.includeRecordDetailsField;
}
set {
- this.localizeErrorsField = value;
+ this.includeRecordDetailsField = value;
}
}
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool localizeErrorsSpecified {
+ public bool runAsCurrentUser {
get {
- return this.localizeErrorsFieldSpecified;
+ return this.runAsCurrentUserField;
}
set {
- this.localizeErrorsFieldSpecified = value;
+ this.runAsCurrentUserField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class UserTerritoryDeleteHeader : System.Web.Services.Protocols.SoapHeader {
+ public partial class CallOptions : System.Web.Services.Protocols.SoapHeader {
- private string transferToUserIdField;
+ private string clientField;
+
+ private string defaultNamespaceField;
///
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
- public string transferToUserId {
+ public string client {
get {
- return this.transferToUserIdField;
+ return this.clientField;
}
set {
- this.transferToUserIdField = value;
+ this.clientField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
- [System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class AllOrNoneHeader : System.Web.Services.Protocols.SoapHeader {
-
- private bool allOrNoneField;
///
- public bool allOrNone {
+ [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
+ public string defaultNamespace {
get {
- return this.allOrNoneField;
+ return this.defaultNamespaceField;
}
set {
- this.allOrNoneField = value;
+ this.defaultNamespaceField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -12062,191 +20156,176 @@ public bool triggerUserEmail {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class DisableFeedTrackingHeader : System.Web.Services.Protocols.SoapHeader {
+ public partial class LocaleOptions : System.Web.Services.Protocols.SoapHeader {
- private bool disableFeedTrackingField;
+ private string languageField;
+
+ private bool localizeErrorsField;
+
+ private bool localizeErrorsFieldSpecified;
///
- public bool disableFeedTracking {
+ public string language {
get {
- return this.disableFeedTrackingField;
+ return this.languageField;
}
set {
- this.disableFeedTrackingField = value;
+ this.languageField = value;
}
}
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
- [System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class DebuggingInfo : System.Web.Services.Protocols.SoapHeader {
- private string debugLogField;
+ ///
+ public bool localizeErrors {
+ get {
+ return this.localizeErrorsField;
+ }
+ set {
+ this.localizeErrorsField = value;
+ }
+ }
///
- public string debugLog {
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool localizeErrorsSpecified {
get {
- return this.debugLogField;
+ return this.localizeErrorsFieldSpecified;
}
set {
- this.debugLogField = value;
+ this.localizeErrorsFieldSpecified = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class AllowFieldTruncationHeader : System.Web.Services.Protocols.SoapHeader {
+ public partial class LoginScopeHeader : System.Web.Services.Protocols.SoapHeader {
- private bool allowFieldTruncationField;
+ private string organizationIdField;
+
+ private string portalIdField;
///
- public bool allowFieldTruncation {
+ public string organizationId {
get {
- return this.allowFieldTruncationField;
+ return this.organizationIdField;
}
set {
- this.allowFieldTruncationField = value;
+ this.organizationIdField = value;
+ }
+ }
+
+ ///
+ public string portalId {
+ get {
+ return this.portalIdField;
+ }
+ set {
+ this.portalIdField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class DebuggingHeader : System.Web.Services.Protocols.SoapHeader {
+ public partial class DebuggingInfo : System.Web.Services.Protocols.SoapHeader {
- private DebugLevel debugLevelField;
+ private string debugLogField;
///
- public DebugLevel debugLevel {
+ public string debugLog {
get {
- return this.debugLevelField;
+ return this.debugLogField;
}
set {
- this.debugLevelField = value;
+ this.debugLogField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
- [System.SerializableAttribute()]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
- public enum DebugLevel {
-
- ///
- None,
-
- ///
- DebugOnly,
-
- ///
- Db,
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class MruHeader : System.Web.Services.Protocols.SoapHeader {
+ public partial class AllOrNoneHeader : System.Web.Services.Protocols.SoapHeader {
- private bool updateMruField;
+ private bool allOrNoneField;
///
- public bool updateMru {
+ public bool allOrNone {
get {
- return this.updateMruField;
+ return this.allOrNoneField;
}
set {
- this.updateMruField = value;
+ this.allOrNoneField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class QueryOptions : System.Web.Services.Protocols.SoapHeader {
-
- private int batchSizeField;
-
- private bool batchSizeFieldSpecified;
+ public partial class StreamingEnabledHeader : System.Web.Services.Protocols.SoapHeader {
- ///
- public int batchSize {
- get {
- return this.batchSizeField;
- }
- set {
- this.batchSizeField = value;
- }
- }
+ private bool streamingEnabledField;
///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool batchSizeSpecified {
+ public bool streamingEnabled {
get {
- return this.batchSizeFieldSpecified;
+ return this.streamingEnabledField;
}
set {
- this.batchSizeFieldSpecified = value;
+ this.streamingEnabledField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:partner.soap.sforce.com")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="urn:partner.soap.sforce.com", IsNullable=false)]
- public partial class PackageVersionHeader : System.Web.Services.Protocols.SoapHeader {
+ public partial class SessionHeader : System.Web.Services.Protocols.SoapHeader {
- private PackageVersion[] packageVersionsField;
+ private string sessionIdField;
///
- [System.Xml.Serialization.XmlElementAttribute("packageVersions")]
- public PackageVersion[] packageVersions {
+ public string sessionId {
get {
- return this.packageVersionsField;
+ return this.sessionIdField;
}
set {
- this.packageVersionsField = value;
+ this.sessionIdField = value;
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34230")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
public enum AppMenuType {
@@ -12262,11 +20341,27 @@ public enum AppMenuType {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
+ [System.SerializableAttribute()]
+ [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:partner.soap.sforce.com")]
+ public enum listViewIsSoqlCompatible {
+
+ ///
+ TRUE,
+
+ ///
+ FALSE,
+
+ ///
+ ALL,
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void loginCompletedEventHandler(object sender, loginCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class loginCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12288,11 +20383,11 @@ public LoginResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeSObjectCompletedEventHandler(object sender, describeSObjectCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeSObjectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12314,11 +20409,11 @@ public DescribeSObjectResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeSObjectsCompletedEventHandler(object sender, describeSObjectsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeSObjectsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12340,11 +20435,11 @@ public DescribeSObjectResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeGlobalCompletedEventHandler(object sender, describeGlobalCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeGlobalCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12366,11 +20461,11 @@ public DescribeGlobalResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeDataCategoryGroupsCompletedEventHandler(object sender, describeDataCategoryGroupsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeDataCategoryGroupsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12392,11 +20487,11 @@ public DescribeDataCategoryGroupResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeDataCategoryGroupStructuresCompletedEventHandler(object sender, describeDataCategoryGroupStructuresCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeDataCategoryGroupStructuresCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12418,63 +20513,63 @@ public DescribeDataCategoryGroupStructureResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
- public delegate void describeKnowledgeSettingsCompletedEventHandler(object sender, describeKnowledgeSettingsCompletedEventArgs e);
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void describeDataCategoryMappingsCompletedEventHandler(object sender, describeDataCategoryMappingsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class describeKnowledgeSettingsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+ public partial class describeDataCategoryMappingsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
- internal describeKnowledgeSettingsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ internal describeDataCategoryMappingsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
- public KnowledgeSettings Result {
+ public DescribeDataCategoryMappingResult[] Result {
get {
this.RaiseExceptionIfNecessary();
- return ((KnowledgeSettings)(this.results[0]));
+ return ((DescribeDataCategoryMappingResult[])(this.results[0]));
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
- public delegate void describeFlexiPagesCompletedEventHandler(object sender, describeFlexiPagesCompletedEventArgs e);
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void describeKnowledgeSettingsCompletedEventHandler(object sender, describeKnowledgeSettingsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class describeFlexiPagesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+ public partial class describeKnowledgeSettingsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
- internal describeFlexiPagesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ internal describeKnowledgeSettingsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
- public DescribeFlexiPageResult[] Result {
+ public KnowledgeSettings Result {
get {
this.RaiseExceptionIfNecessary();
- return ((DescribeFlexiPageResult[])(this.results[0]));
+ return ((KnowledgeSettings)(this.results[0]));
}
}
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeAppMenuCompletedEventHandler(object sender, describeAppMenuCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeAppMenuCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12496,11 +20591,11 @@ public DescribeAppMenuItem[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeGlobalThemeCompletedEventHandler(object sender, describeGlobalThemeCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeGlobalThemeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12522,11 +20617,11 @@ public DescribeGlobalTheme Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeThemeCompletedEventHandler(object sender, describeThemeCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeThemeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12548,11 +20643,11 @@ public DescribeThemeItem[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeLayoutCompletedEventHandler(object sender, describeLayoutCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeLayoutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12574,11 +20669,11 @@ public DescribeLayoutResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeSoftphoneLayoutCompletedEventHandler(object sender, describeSoftphoneLayoutCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeSoftphoneLayoutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12600,11 +20695,11 @@ public DescribeSoftphoneLayoutResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeSearchLayoutsCompletedEventHandler(object sender, describeSearchLayoutsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeSearchLayoutsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12626,11 +20721,37 @@ public DescribeSearchLayoutResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void describeSearchableEntitiesCompletedEventHandler(object sender, describeSearchableEntitiesCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class describeSearchableEntitiesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal describeSearchableEntitiesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public DescribeSearchableEntityResult[] Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((DescribeSearchableEntityResult[])(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeSearchScopeOrderCompletedEventHandler(object sender, describeSearchScopeOrderCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeSearchScopeOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12652,11 +20773,11 @@ public DescribeSearchScopeOrderResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeCompactLayoutsCompletedEventHandler(object sender, describeCompactLayoutsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeCompactLayoutsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12678,11 +20799,37 @@ public DescribeCompactLayoutsResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void describePathAssistantsCompletedEventHandler(object sender, describePathAssistantsCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class describePathAssistantsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal describePathAssistantsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public DescribePathAssistant[] Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((DescribePathAssistant[])(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeApprovalLayoutCompletedEventHandler(object sender, describeApprovalLayoutCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeApprovalLayoutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12704,11 +20851,11 @@ public DescribeApprovalLayout[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeSoqlListViewsCompletedEventHandler(object sender, describeSoqlListViewsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeSoqlListViewsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12730,11 +20877,11 @@ public DescribeSoqlListView[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void executeListViewCompletedEventHandler(object sender, executeListViewCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class executeListViewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12756,11 +20903,37 @@ public ExecuteListViewResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void describeSObjectListViewsCompletedEventHandler(object sender, describeSObjectListViewsCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class describeSObjectListViewsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal describeSObjectListViewsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public DescribeSoqlListView[] Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((DescribeSoqlListView[])(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeTabsCompletedEventHandler(object sender, describeTabsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeTabsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12782,11 +20955,11 @@ public DescribeTabSetResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeAllTabsCompletedEventHandler(object sender, describeAllTabsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeAllTabsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12808,11 +20981,11 @@ public DescribeTab[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describePrimaryCompactLayoutsCompletedEventHandler(object sender, describePrimaryCompactLayoutsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describePrimaryCompactLayoutsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12834,11 +21007,11 @@ public DescribeCompactLayout[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void createCompletedEventHandler(object sender, createCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class createCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12860,11 +21033,11 @@ public SaveResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void updateCompletedEventHandler(object sender, updateCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class updateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12886,11 +21059,11 @@ public SaveResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void upsertCompletedEventHandler(object sender, upsertCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class upsertCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12912,11 +21085,11 @@ public UpsertResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void mergeCompletedEventHandler(object sender, mergeCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class mergeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12938,11 +21111,11 @@ public MergeResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void deleteCompletedEventHandler(object sender, deleteCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class deleteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12964,11 +21137,11 @@ public DeleteResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void undeleteCompletedEventHandler(object sender, undeleteCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class undeleteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -12990,11 +21163,11 @@ public UndeleteResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void emptyRecycleBinCompletedEventHandler(object sender, emptyRecycleBinCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class emptyRecycleBinCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13016,11 +21189,11 @@ public EmptyRecycleBinResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void retrieveCompletedEventHandler(object sender, retrieveCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class retrieveCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13042,11 +21215,11 @@ public sObject[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void processCompletedEventHandler(object sender, processCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class processCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13068,11 +21241,11 @@ public ProcessResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void convertLeadCompletedEventHandler(object sender, convertLeadCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class convertLeadCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13094,15 +21267,15 @@ public LeadConvertResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void logoutCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void invalidateSessionsCompletedEventHandler(object sender, invalidateSessionsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class invalidateSessionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13124,11 +21297,11 @@ public InvalidateSessionsResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void getDeletedCompletedEventHandler(object sender, getDeletedCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getDeletedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13150,11 +21323,11 @@ public GetDeletedResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void getUpdatedCompletedEventHandler(object sender, getUpdatedCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getUpdatedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13176,11 +21349,11 @@ public GetUpdatedResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void queryCompletedEventHandler(object sender, queryCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class queryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13202,11 +21375,11 @@ public QueryResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void queryAllCompletedEventHandler(object sender, queryAllCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class queryAllCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13228,11 +21401,11 @@ public QueryResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void queryMoreCompletedEventHandler(object sender, queryMoreCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class queryMoreCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13254,11 +21427,11 @@ public QueryResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void searchCompletedEventHandler(object sender, searchCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class searchCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13280,11 +21453,11 @@ public SearchResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void getServerTimestampCompletedEventHandler(object sender, getServerTimestampCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getServerTimestampCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13306,11 +21479,11 @@ public GetServerTimestampResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void setPasswordCompletedEventHandler(object sender, setPasswordCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setPasswordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13332,11 +21505,37 @@ public SetPasswordResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void changeOwnPasswordCompletedEventHandler(object sender, changeOwnPasswordCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class changeOwnPasswordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal changeOwnPasswordCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public ChangeOwnPasswordResult Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((ChangeOwnPasswordResult)(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void resetPasswordCompletedEventHandler(object sender, resetPasswordCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class resetPasswordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13358,11 +21557,11 @@ public ResetPasswordResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void getUserInfoCompletedEventHandler(object sender, getUserInfoCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getUserInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13384,11 +21583,37 @@ public GetUserInfoResult Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void deleteByExampleCompletedEventHandler(object sender, deleteByExampleCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class deleteByExampleCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal deleteByExampleCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public DeleteByExampleResult[] Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((DeleteByExampleResult[])(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void sendEmailMessageCompletedEventHandler(object sender, sendEmailMessageCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class sendEmailMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13410,11 +21635,11 @@ public SendEmailResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void sendEmailCompletedEventHandler(object sender, sendEmailCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class sendEmailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13436,11 +21661,63 @@ public SendEmailResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void renderEmailTemplateCompletedEventHandler(object sender, renderEmailTemplateCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class renderEmailTemplateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal renderEmailTemplateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public RenderEmailTemplateResult[] Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((RenderEmailTemplateResult[])(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void renderStoredEmailTemplateCompletedEventHandler(object sender, renderStoredEmailTemplateCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class renderStoredEmailTemplateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal renderStoredEmailTemplateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public RenderStoredEmailTemplateResult Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((RenderStoredEmailTemplateResult)(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void performQuickActionsCompletedEventHandler(object sender, performQuickActionsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class performQuickActionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13462,11 +21739,11 @@ public PerformQuickActionResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeQuickActionsCompletedEventHandler(object sender, describeQuickActionsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeQuickActionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13488,11 +21765,37 @@ public DescribeQuickActionResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void describeQuickActionsForRecordTypeCompletedEventHandler(object sender, describeQuickActionsForRecordTypeCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class describeQuickActionsForRecordTypeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal describeQuickActionsForRecordTypeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public DescribeQuickActionResult[] Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((DescribeQuickActionResult[])(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void describeAvailableQuickActionsCompletedEventHandler(object sender, describeAvailableQuickActionsCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class describeAvailableQuickActionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13514,11 +21817,11 @@ public DescribeAvailableQuickActionResult[] Result {
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
public delegate void retrieveQuickActionTemplatesCompletedEventHandler(object sender, retrieveQuickActionTemplatesCompletedEventArgs e);
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.33440")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class retrieveQuickActionTemplatesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@@ -13538,6 +21841,136 @@ public QuickActionTemplateResult[] Result {
}
}
}
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void retrieveMassQuickActionTemplatesCompletedEventHandler(object sender, retrieveMassQuickActionTemplatesCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class retrieveMassQuickActionTemplatesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal retrieveMassQuickActionTemplatesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public QuickActionTemplateResult[] Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((QuickActionTemplateResult[])(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void describeVisualForceCompletedEventHandler(object sender, describeVisualForceCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class describeVisualForceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal describeVisualForceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public DescribeVisualForceResult Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((DescribeVisualForceResult)(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void findDuplicatesCompletedEventHandler(object sender, findDuplicatesCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class findDuplicatesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal findDuplicatesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public FindDuplicatesResult[] Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((FindDuplicatesResult[])(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void findDuplicatesByIdsCompletedEventHandler(object sender, findDuplicatesByIdsCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class findDuplicatesByIdsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal findDuplicatesByIdsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public FindDuplicatesResult[] Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((FindDuplicatesResult[])(this.results[0]));
+ }
+ }
+ }
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ public delegate void describeNounsCompletedEventHandler(object sender, describeNounsCompletedEventArgs e);
+
+ ///
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class describeNounsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal describeNounsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ base(exception, cancelled, userState) {
+ this.results = results;
+ }
+
+ ///
+ public DescribeNounResult[] Result {
+ get {
+ this.RaiseExceptionIfNecessary();
+ return ((DescribeNounResult[])(this.results[0]));
+ }
+ }
+ }
}
#pragma warning restore 1591
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/Reference.map b/SandboxberryLib/Web References/SalesforcePartnerApi/Reference.map
index 8d130da..90d893d 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/Reference.map
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/Reference.map
@@ -1,6 +1,6 @@
-
+
-
+
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/RenderEmailTemplateResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/RenderEmailTemplateResult.datasource
new file mode 100644
index 0000000..89c8345
--- /dev/null
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/RenderEmailTemplateResult.datasource
@@ -0,0 +1,10 @@
+
+
+
+ SandboxberryLib.SalesforcePartnerApi.RenderEmailTemplateResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/RenderStoredEmailTemplateResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/RenderStoredEmailTemplateResult.datasource
new file mode 100644
index 0000000..af85e30
--- /dev/null
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/RenderStoredEmailTemplateResult.datasource
@@ -0,0 +1,10 @@
+
+
+
+ SandboxberryLib.SalesforcePartnerApi.RenderStoredEmailTemplateResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/ResetPasswordResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/ResetPasswordResult.datasource
index 2090c60..f210c24 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/ResetPasswordResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/ResetPasswordResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.ResetPasswordResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.ResetPasswordResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/SaveResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/SaveResult.datasource
index 2eb8eda..0e959fd 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/SaveResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/SaveResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.SaveResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.SaveResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/SearchResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/SearchResult.datasource
index 841bce2..7a273ab 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/SearchResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/SearchResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.SearchResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.SearchResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/SendEmailResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/SendEmailResult.datasource
index 42d7e80..d273406 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/SendEmailResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/SendEmailResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.SendEmailResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.SendEmailResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/SetPasswordResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/SetPasswordResult.datasource
index 7b44b68..f8acfc3 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/SetPasswordResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/SetPasswordResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.SetPasswordResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.SetPasswordResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/UndeleteResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/UndeleteResult.datasource
index 7bb0d20..019fca0 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/UndeleteResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/UndeleteResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.UndeleteResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.UndeleteResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/UpsertResult.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/UpsertResult.datasource
index d2af0ff..358df26 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/UpsertResult.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/UpsertResult.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.UpsertResult, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.UpsertResult, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/sObject.datasource b/SandboxberryLib/Web References/SalesforcePartnerApi/sObject.datasource
index 5135b04..e4a495f 100644
--- a/SandboxberryLib/Web References/SalesforcePartnerApi/sObject.datasource
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/sObject.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
- SandboxberryLib.SalesforcePartnerApi.sObject, Web References.SalesforcePartnerApi.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ SandboxberryLib.SalesforcePartnerApi.sObject, Web References.SalesforcePartnerApi.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
\ No newline at end of file
diff --git a/SandboxberryLib/Web References/SalesforcePartnerApi/wsdl.wsdl b/SandboxberryLib/Web References/SalesforcePartnerApi/wsdl.wsdl
new file mode 100644
index 0000000..e013344
--- /dev/null
+++ b/SandboxberryLib/Web References/SalesforcePartnerApi/wsdl.wsdl
@@ -0,0 +1,8622 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, cause
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, triggerType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionObjectType, flowObjectType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, cause
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parentScreenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClass
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, assignmentName, elementType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldValue, dataType, incompatibleDataType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, acceptedDataType, dataType, fieldValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, leftElementName, leftElementType, rightElementName, rightElementType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, leftElementName, rightElementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, dataType, incompatibleDataType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, operatorName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, operatorName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, dataType, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, operatorName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceLookupName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, questionName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName, parentScreenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName, parentScreenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, screenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementReference, operatorName, ruleName, screenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, characterLimit
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, operatorName, ruleName, screenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, ruleName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, operatorName, ruleName, screenFieldName, elementReferenceOrValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, ruleName, screenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, operatorName, ruleName, screenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, ruleName, screenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, elementReferenceOrValue, operatorName, ruleName, screenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, constantName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, dataType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, dataType, elementType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowDecision
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowDecision
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, coordinateLimit, coordinateName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, conflictingField, conflictingFieldValue, reference
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, characterLimit, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, characterLimit
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementType, subflowName, triggerType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementSubtype
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, elementSubtype
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldReference
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowType
+
+
+
+
+ Errors with this extended error code have the following properties:
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, assignmentName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, dataType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldRelationshipName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType, errorCode, invalidTokens
+
+
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType, errorIdentifier, errorParams
+
+
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType
+
+
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType, maxLength
+
+
+
+
+ Errors with this extended error code have the following properties: componentName
+
+
+
+
+ Errors with this extended error code have the following properties: componentName
+
+
+
+
+ Errors with this extended error code have the following properties: eventName, sourceName, targetName
+
+
+
+
+ Errors with this extended error code have the following properties: eventName, sourceName, targetName
+
+
+
+
+ Errors with this extended error code have the following properties: eventName, sourceName, targetName
+
+
+
+
+ Errors with this extended error code have the following properties: eventName, sourceName, targetName
+
+
+
+
+ Errors with this extended error code have the following properties: eventName, sourceName
+
+
+
+
+ Errors with this extended error code have the following properties: componentCount, maxComponentLimit
+
+
+
+
+ Errors with this extended error code have the following properties: componentName, criterionIndex
+
+
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType
+
+
+
+
+ Errors with this extended error code have the following properties: eventName, propertyName, propertyType, sourceName, targetName, errorIdentifier, errorParams
+
+
+
+
+ Errors with this extended error code have the following properties: regionName
+
+
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType
+
+
+
+
+ Errors with this extended error code have the following properties: eventName, propertyName, propertyType, sourceName, targetName
+
+
+
+
+ Errors with this extended error code have the following properties: instanceName, pageType, templateName
+
+
+
+
+ Errors with this extended error code have the following properties: maxInteractionLimit
+
+
+
+
+ Errors with this extended error code have the following properties: componentName, propertyName, propertyType, invalidValue
+
+
+
+
+ Errors with this extended error code have the following properties: componentName, externalAppVersion, priorComponentName
+
+
+
+
+ Errors with this extended error code have the following properties: newTemplate, oldTemplate
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName, existingOverrideName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName, triggerType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, maxDevNameLength
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, overrideFlowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, ruleName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementType, pathName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, flowStartFrequency, flowTriggerType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, variableName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, stageName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, stageName, stageOrder, stageWithSameOrder
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, stageName, invalidStageOrder, maxOrder, minOrder
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, systemVariable, triggerType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowTriggerType, recordTriggerType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, formulaExpression
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, formulaExpression
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, systemVariable
+
+
+
+
+ Errors with this extended error code have the following properties: currentRequestHttpMethod, supportedHttpMethods
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldRelationshipName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: input, limit
+
+
+
+
+ Errors with this extended error code have the following properties: input, limit
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, orgWideEmailAddress
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties: currentLowerBound, currentUpperBound, nextLowerBound, nextUpperBound
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, metadataValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, fieldType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, attributeSet, elementType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, elementType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, fieldType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, currentProcessType, flowName, incompatibleProcessType
+
+
+
+
+ Errors with this extended error code have the following properties: errorArguments, errorCode
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType, operatorName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, assignmentName, elementName, elementType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, operatorName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, operatorName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType, operatorName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, mergeFieldReference
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties:
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, ruleName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, dataType, fieldType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectFieldReference
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, attributeName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, attributeName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, acceptedValues, actionValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, attributeName, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, fieldValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, characterLimit
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, requiredField
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, otherFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, otherFieldName, value
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, fieldValue, otherFieldName, otherFieldValue
+
+
+
+
+ Errors with this extended error code have the following properties: slackErrorCode
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, fieldValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType, sobjectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, sortOrder
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, maxLimit
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, fieldType, requiedField
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputParameterNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputParameterNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputParameterNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, inputVariableName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, inputVariableName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parentFlowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, outputAssignment
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, outputVariableName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, outputAssignment
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, outputAssignmentName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, variableName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, variableName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, subflowElementName, subflowName, subflowProcessType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowName, processType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowDecision
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName, triggerType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementType, triggerType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, triggerType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: field, message, parentResourceName, resourceName, resourceType, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, characterLimit
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, datatype
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, datatype
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, datatype, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apiVersion
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, screenFieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, inputParameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, outputParameter
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, inputParameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, parameterName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectVariableName, oldObjectVariableName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType, objectVariableName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType, oldObjectVariableName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+ Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Login to the Salesforce.com SOAP Api
+
+
+
+
+
+
+
+ Describe an sObject
+
+
+
+
+
+
+ Describe multiple sObjects (upto 100)
+
+
+
+
+
+
+ Describe the Global state
+
+
+
+
+
+ Describe all the data category groups available for a given set of types
+
+
+
+
+
+
+ Describe the data category group structures for a given set of pair of types and data category group name
+
+
+
+
+
+
+ Describe your Data Category Mappings.
+
+
+
+
+
+ Describes your Knowledge settings, such as if knowledgeEnabled is on or off, its default language and supported languages
+
+
+
+
+
+ Describe the items in an AppMenu
+
+
+
+
+
+ Describe Gloal and Themes
+
+
+
+
+
+ Describe Themes
+
+
+
+
+
+ Describe the layout of the given sObject or the given actionable global page.
+
+
+
+
+
+
+
+ Describe the layout of the SoftPhone
+
+
+
+
+
+ Describe the search view of an sObject
+
+
+
+
+
+
+ Describe a list of entity names that reflects the current user's searchable entities
+
+
+
+
+ Describe a list of objects representing the order and scope of objects on a users search result page
+
+
+
+
+ Describe the compact layouts of the given sObject
+
+
+
+
+ Describe the Path Assistants for the given sObject and optionally RecordTypes
+
+
+
+
+ Describe the approval layouts of the given sObject
+
+
+
+
+ Describe the ListViews as SOQL metadata for the generation of SOQL.
+
+
+
+
+
+
+ Execute the specified list view and return the presentation-ready results.
+
+
+
+
+ Describe the ListViews of a SObject as SOQL metadata for the generation of SOQL.
+
+
+
+
+
+
+ Describe the tabs that appear on a users page
+
+
+
+
+
+ Describe all tabs available to a user
+
+
+
+
+
+ Describe the primary compact layouts for the sObjects requested
+
+
+
+
+ Create a set of new sObjects
+
+
+
+
+
+
+
+
+ Update a set of sObjects
+
+
+
+
+
+
+
+
+ Update or insert a set of sObjects based on object id
+
+
+
+
+
+
+
+
+ Merge and update a set of sObjects based on object id
+
+
+
+
+
+
+
+
+ Delete a set of sObjects
+
+
+
+
+
+ Undelete a set of sObjects
+
+
+
+
+
+ Empty a set of sObjects from the recycle bin
+
+
+
+
+
+ Get a set of sObjects
+
+
+
+
+
+
+
+
+
+ Submit an entity to a workflow process or process a workitem
+
+
+
+
+
+
+ convert a set of leads
+
+
+
+
+
+ Logout the current user, invalidating the current session.
+
+
+
+
+
+ Logs out and invalidates session ids
+
+
+
+
+
+ Get the IDs for deleted sObjects
+
+
+
+
+
+
+ Get the IDs for updated sObjects
+
+
+
+
+
+
+ Create a Query Cursor
+
+
+
+
+
+
+
+
+
+
+ Create a Query Cursor, including deleted sObjects
+
+
+
+
+
+
+
+
+
+
+ Gets the next batch of sObjects from a query
+
+
+
+
+
+
+
+
+ Search for sObjects
+
+
+
+
+
+
+
+
+ Gets server timestamp
+
+
+
+
+
+ Set a user's password
+
+
+
+
+
+
+
+ Change the current user's password
+
+
+
+
+
+
+
+ Reset a user's password
+
+
+
+
+
+
+ Returns standard information relevant to the current user
+
+
+
+
+
+ Delete a set of SObjects by example. The passed SObject is a template for the object to delete
+
+
+
+
+
+ Send existing draft EmailMessage
+
+
+
+
+
+ Send outbound email
+
+
+
+
+
+ Perform a template merge on one or more blocks of text.
+
+
+
+
+
+ Perform a template merge using an email template stored in the database.
+
+
+
+
+
+ Perform a series of predefined actions such as quick create or log a task
+
+
+
+
+ Describe the details of a series of quick actions
+
+
+
+
+ Describe the details of a series of quick actions in context of requested recordType id for Update actions
+
+
+
+
+ Describe the details of a series of quick actions available for the given contextType
+
+
+
+
+ Retrieve the template sobjects, if appropriate, for the given quick action names in a given context
+
+
+
+
+ Retrieve the template sobjects, if appropriate, for the given quick action names in a given contexts when used a mass quick action
+
+
+
+
+ Describe visualforce for an org
+
+
+
+
+ Find duplicates for a set of sObjects
+
+
+
+
+
+
+
+ Find duplicates for a set of ids
+
+
+
+
+
+
+ Return the renameable nouns from the server for use in presentation using the salesforce grammar engine
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sforce SOAP API
+
+
+
+
+
\ No newline at end of file
diff --git a/SandboxberryLib/app.config b/SandboxberryLib/app.config
index 5271692..881d905 100644
--- a/SandboxberryLib/app.config
+++ b/SandboxberryLib/app.config
@@ -1,16 +1,16 @@
-
+
-
+
- https://test.salesforce.com/services/Soap/u/32.0
+ https://test.salesforce.com/services/Soap/u/54.0
-
\ No newline at end of file
+
diff --git a/SandboxberryLib/packages.config b/SandboxberryLib/packages.config
index 3a86f25..e2252c0 100644
--- a/SandboxberryLib/packages.config
+++ b/SandboxberryLib/packages.config
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/SandboxberryTests/.vs/SandboxberryTests.csproj.dtbcache.json b/SandboxberryTests/.vs/SandboxberryTests.csproj.dtbcache.json
new file mode 100644
index 0000000..b3fd174
--- /dev/null
+++ b/SandboxberryTests/.vs/SandboxberryTests.csproj.dtbcache.json
@@ -0,0 +1 @@
+{"RootPath":"C:\\Users\\Admin\\source\\repos\\shahrier\\SandboxBerry\\SandboxberryTests","ProjectFileName":"SandboxberryTests.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"TestUtils.cs"},{"SourceFile":"GeneralTests.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.8.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\PublicAssemblies\\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Users\\Admin\\source\\repos\\shahrier\\SandboxBerry\\SandboxberryLib\\bin\\Debug\\SandboxberryLib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":"C:\\Users\\Admin\\source\\repos\\shahrier\\SandboxBerry\\SandboxberryLib\\bin\\Debug\\SandboxberryLib.dll"},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Configuration.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Web.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Web.Services.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"C:\\Users\\Admin\\source\\repos\\shahrier\\SandboxBerry\\SandboxberryTests\\bin\\Debug\\SandboxberryTests.dll","OutputItemRelativePath":"SandboxberryTests.dll"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]}
\ No newline at end of file
diff --git a/SandboxberryTests/App.config b/SandboxberryTests/App.config
index 1f50d9c..8ca666c 100644
--- a/SandboxberryTests/App.config
+++ b/SandboxberryTests/App.config
@@ -1,8 +1,8 @@
-
+
-
-
+
+
@@ -10,10 +10,9 @@
-
+
https://test.salesforce.com/services/Soap/u/32.0
-
\ No newline at end of file
+
diff --git a/SandboxberryTests/GeneralTests.cs b/SandboxberryTests/GeneralTests.cs
index d2daa9c..6b06d6a 100644
--- a/SandboxberryTests/GeneralTests.cs
+++ b/SandboxberryTests/GeneralTests.cs
@@ -16,7 +16,6 @@ public class GeneralTests
{
private static readonly ILog logger = LogManager.GetLogger(typeof(GeneralTests));
-
[TestMethod]
public void CanBuildQuery()
{
@@ -27,7 +26,7 @@ public void CanBuildQuery()
SalesforceTasks tasks = new SalesforceTasks(TestUtils.MakeDummyCredentials());
- var res = tasks.BuildQuery("Madeup__c", pretendCols, null);
+ var res = tasks.BuildQuery("Madeup__c", pretendCols, null, null);
Assert.AreEqual(res, "select Id, Name, Something__c from Madeup__c");
}
@@ -41,7 +40,7 @@ public void CanBuildQueryWithFilter()
SalesforceTasks tasks = new SalesforceTasks(TestUtils.MakeDummyCredentials());
- var res = tasks.BuildQuery("Madeup__c", pretendCols, "Something__c = 'a'");
+ var res = tasks.BuildQuery("Madeup__c", pretendCols, "Something__c = 'a'", null);
Assert.AreEqual(res, "select Id, Name, Something__c from Madeup__c where Something__c = 'a'");
}
@@ -76,16 +75,13 @@ public void CanRemoveSystemCols()
[TestMethod]
public void CanSerializeInstructions()
{
-
string[] tables = {"Country__c","Nationality__c",
"Account", "Client__c" };
-
SbbInstructionSet inst = TestUtils.MakeInstructionSet(tables.ToList());
inst.SbbObjects.First(o => o.ApiName == "Account").Filter = "Help_Sandbox_Data_Set__c = true";
inst.SbbObjects.First(o => o.ApiName == "Client__c").Filter = "account__r.Help_Sandbox_Data_Set__c = true";
-
var baseDir = System.IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
var testFile = System.IO.Path.Combine(baseDir, "testinstructions.xml");
@@ -100,9 +96,36 @@ public void GetManfiestResourceNames()
foreach (var n in names)
logger.DebugFormat("Resource: {0}", n);
-
}
-
+ [TestMethod]
+ public void RememberRecursiveIdDoesNotThrowOnMissingField()
+ {
+ var doc = new XmlDocument();
+ var sObj = new SandboxberryLib.SalesforcePartnerApi.sObject();
+ sObj.type = "Dummy";
+ sObj.Id = "1";
+
+ var nameEl = doc.CreateElement("Name");
+ nameEl.InnerText = "Test";
+ sObj.Any = new XmlElement[] { nameEl };
+
+ var transformer = new ObjectTransformer();
+ transformer.RecursiveRelationshipField = "ParentId";
+ transformer.SbbObjectInstructions = new SbbObject();
+ transformer.SbbObjectInstructions.SbbFieldOptions = new List();
+ transformer.LookupsToReprocess = new List();
+ transformer.ObjectRelationships = new Dictionary();
+ transformer.RelationMapper = new RelationMapper();
+ transformer.InactiveUserIds = new List();
+ transformer.MissingUserIds = new List();
+
+ var wrap = new ObjectTransformer.sObjectWrapper();
+ wrap.sObj = sObj;
+
+ transformer.ApplyTransformations(wrap);
+
+ Assert.IsNull(wrap.RecursiveRelationshipOriginalId);
+ }
}
}
diff --git a/SandboxberryTests/SandboxberryTests.csproj b/SandboxberryTests/SandboxberryTests.csproj
index 3550beb..b217b58 100644
--- a/SandboxberryTests/SandboxberryTests.csproj
+++ b/SandboxberryTests/SandboxberryTests.csproj
@@ -1,5 +1,5 @@
-
+
Debug
AnyCPU
@@ -8,7 +8,7 @@
Properties
SandboxberryTests
SandboxberryTests
- v4.5
+ v4.8
512
{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
10.0
@@ -16,6 +16,7 @@
$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages
False
UnitTest
+
true
@@ -35,11 +36,12 @@
4
-
- ..\packages\log4net.2.0.3\lib\net40-full\log4net.dll
+
+