Integration Server 10.3 | Built-In Services Reference Guide | Flat File Folder | Summary of Elements in the Flat File Folder | pub.flatFile.generate:deleteFFDictionaryEntry
 
pub.flatFile.generate:deleteFFDictionaryEntry
WmFlatFile. Deletes a single entry from a flat file dictionary.
Input Variables
FFDictionaryName
String The fully–qualified name of the flat file dictionary that contains the entry that you want to delete.
EntryName
String The name of the entry that you want to delete.
EntryType
String The type of entry that you are deleting. Specify Record, Composite, or Field.
Output Variables
deleted
String Whether the flat file dictionary entry was successfully deleted; deleted will be either true or false.
Value
Description
true
The flat file dictionary entry was successfully deleted.
false
The flat file dictionary entry was not successfully deleted.