Displays information about a record including the current state, field values, and history. Information can be viewed but not modified.
Display information about a particular record. Selected fields are displayed.
CQTOOL> find_record SAMPL00000011 -Headline -Severity -Priority RECORD: SAMPL00000011 value:4-Minor req:READ_ONLY type:STRING name:Severity value:3-Normal Queue req:READ_ONLY type:STRING name:Priority value:logout button should be disabled during sale req:READ_ONLY type:STRING name:Headline
Display information about a particular record. Selected fields which are abbreviated are displayed.
CQTOOL> find_record SAMPL00000011 -Head -Sev -Prior RECORD: SAMPL00000011 value:4-Minor req:READ_ONLY type:STRING name:Severity value:3-Normal Queue req:READ_ONLY type:STRING name:Priority value:logout button should be disabled during sale req:READ_ONLY type:STRING name:Headline
Display the details of the field headline for a record in a terse format.
CQTOOL> find_record SAMPL00000011 -Headline -nh -nn RECORD: SAMPL00000011 logout button should be disabled during sale READ_ONLY STRING
Display information about a particular record. Selected fields are displayed in a sorted order.
CQTOOL> find_record SAMPL00000011 -Headline -Severity -Priority -sn RECORD: SAMPL00000011 value:logout button should be disabled during sale req:READ_ONLY type:STRING name:Headline value:3-Normal Queue req:READ_ONLY type:STRING name:Priority value:4-Minor req:READ_ONLY type:STRING name:Severity