CreateSavedSearchSchema
Creates the schema for the table specified. Saves the schema at the location set by the Location connection property.
Input
| Name | Type | Description |
| SavedSearch | String | The name of the saved search. This will be the name of the resulting table. |
| SavedSearchId | String | The InternalId of the saved search. |
| SavedSearchDescription | String | An optional description of the saved search. |
| SearchType | String | The type of search being used.
The allowed values are Account, AccountingPeriod, AppDefinition, AppPackage, AssemblyItem, Bin, Budget, CalendarEvent, Campaign, Classification, Contact, Customer, CustomerMessage, CustomRecord, Department, Employee, EntityGroup, File, Folder, GiftCertificate, GroupMember, InventoryNumber, Item, Issue, Job, Location, LotNumberedAssemblyItem, ManufacturingCostTemplate, ManufacturingOperationTask, ManufacturingRouting, Message, Nexus, Note, Opportunity, OtherNameCategory, Partner, PhoneCall, PriceLevel, PricingGroup, ProjectTask, PromotionCode, RevRecSchedule, RevRecTemplate, SalesRole, SerializedAssemblyItem, Solution, SiteCategory, Subsidiary, SupportCase, Task, TimeBill, Topic, Transaction, Vendor. |
| ResultsToSample | String | An integer designating the number of results to sample.
The default value is 50. |
Output
| Name | Type | Description |
| Result | String | Returns Success or Failure. |
| SchemaFile | String | The generated schema file. |
| Columns | String | The number of columns found. |