Search results

Jump to navigation Jump to search

Page title matches

Page text matches

  • ...g.) adding the "Description" field for all CF and/or not showing "Pattern" field?
    162 bytes (30 words) - 16:52, 6 April 2016
  • ...allows the user to associate existing custom field values with the custom field's objects, e.g. tickets, users, etc.
    204 bytes (34 words) - 16:15, 6 April 2016
  • [[Scrip]] field that is '''only''' used when [[ScripAction]] is 'User-Defined'. You should put code into this field which commit action. Code has access to <code>$self</code> object that is i
    404 bytes (58 words) - 16:03, 6 April 2016
  • ==import-custom-field-values== I use this script to populate a "select one from many" custom field from a text file generated from a database query.
    2 KB (294 words) - 12:15, 6 August 2016
  • [[Scrip]] field that is '''only''' used when [[ScripAction]] is 'User-Defined'. You should put code into this field which prepare action to commit(cleanup) phase. Code has access to $self obj
    433 bytes (64 words) - 16:03, 6 April 2016
  • The following combination of a custom field and scrip allows users of the [[SelfService]] interface to defined an initi == Custom Field ==
    1 KB (169 words) - 16:11, 6 April 2016
  • ...words</span>' ? Make sure its the same name (case sensitive) as the custom field in RT prefixed with 'CF-'. Custom field name in RT:  'Calibration'
    333 bytes (47 words) - 16:52, 6 April 2016
  • $Transactions-&gt;Limit( FIELD =&gt; 'Type', VALUE =&gt; 'Comment' ); { FIELD =&gt; 'Created', ORDER =&gt; 'DESC' },
    1 KB (182 words) - 15:30, 14 August 2016
  • # Click your custom field (Location) ...the Rights for Staff tab if you'd like them to be able to edit your custom field
    402 bytes (63 words) - 09:56, 20 June 2023
  • ...r defined property that can be applied to various parts of RT. Each custom field has a Name, Description and Type. == Custom Field Types ==
    3 KB (510 words) - 09:23, 24 July 2023
  • == Changing the Size of a Custom Field Text Area Edit Box == If you feel that the "TextArea" custom field edit box is a little small and square for your liking, you can change it ea
    383 bytes (66 words) - 16:03, 6 April 2016
  • Anyone know how to send mutiple selection list for custom field via REST?
    73 bytes (13 words) - 16:52, 6 April 2016
  • {$Ticket-&gt;FirstCustomFieldValue('Your Custom Field Name');} ...to enter is the one that is displayed in the ticket window, not its custom field name that ExtractCustomFieldValues uses. Make sure you include the single q
    1 KB (197 words) - 16:03, 6 April 2016
  • $Attachments->Limit( FIELD => 'Filename', OPERATOR => '!=', VALUE => '' ); $Attachments->Limit( FIELD => 'Filename', OPERATOR => '!=', VALUE => '' );
    2 KB (274 words) - 07:10, 4 March 2019
  • # a custom field called "CustomField" # It's an example of scanning attachchments and setting a custom field
    2 KB (246 words) - 16:37, 6 April 2016
  • To specify a To: field in a template and nothing else the first line of the template must be: ContentType =&gt; the content-type of the Content field
    2 KB (276 words) - 16:39, 6 April 2016
  • ...sults, because the name of the queue is broken and is added to the subject field:
    521 bytes (90 words) - 16:52, 6 April 2016
  • ===== 1. Custom field creation ===== First create a new custom field: Configuration -&gt; Custom Fields -&gt; Create
    2 KB (272 words) - 02:59, 25 July 2018
  • ...provide a user name in the content but if I attempt to post more than one field at a time the system fails to create the user. I am wondering if I have the It must be this parameter because it works if I only have only one field (e.g. Name: ) Any help would be greatly appreciated ...
    755 bytes (116 words) - 16:52, 6 April 2016
  • This [[Template]] part adds ticket custom field values to mail. ...bled, a script might trigger a Template at a point in time when the custom field is not yet available because it had not been processed yet.
    2 KB (281 words) - 16:03, 6 April 2016
  • ...etailed status when you resolve a ticket. This patch will display a Custom Field on Update.html when the DefaultAction is "resolved". Edit <code>$CustomFieldName</code> to match the name of the Custom Field you want to display.
    805 bytes (122 words) - 16:08, 6 April 2016
  • ...how a certain set of custom fields for editing and display. If the control field did not have that value, we wanted to hide those custom fields entirely. # "Remove" each child field from $CustomFields to not show it
    2 KB (268 words) - 16:39, 6 April 2016
  • Use <tt>$self->TransactionObj->Field</tt> to get the actual value of the specified type. For example: ...self->TransactionObj->Type eq "CustomField") {print $self->TransactionObj->Field;}
    2 KB (270 words) - 06:53, 5 January 2024
  • 1. Create a Scrip: [[ExtractCF]] On Create Extract Custom Field Values with template [[CustomFieldExtract]] Script Fields: Description: ExtractCF Condition: On Create Action: Extract Custom Field Values
    2 KB (345 words) - 16:08, 6 April 2016
  • :* Custom Fields > Select > [select custom field] > Group Rights :* Custom Fields > Select > [select custom field] > User Rights
    2 KB (272 words) - 14:29, 18 February 2021
  • How would i be able to send an email to a email stored in a custom field in the ticket.
    87 bytes (20 words) - 16:53, 6 April 2016
  • field => $QualifiedField, + my $field = $QualifiedField;
    3 KB (320 words) - 09:05, 13 July 2018
  • * Create a custom field (user account) with the list of mail to add to the ticket as Requestor. (Do Configuration -> Custom Field -> new Custom Field
    2 KB (359 words) - 08:46, 23 August 2017
  • It also triggers if the custom field is changed, but makes no effort to delete any links. # If create or change to custom field
    1 KB (219 words) - 20:51, 13 August 2016
  • * [[AutoCompleteEmail]] - auto-completion for the requestor field, using AJAX * new formatting module for a "wiki-text" custom field
    1 KB (210 words) - 16:11, 6 April 2016
  • You may want to create a mandatory custom field, so that people will have to fill the value before being able to submit a n ===== 1. Custom field creation =====
    4 KB (581 words) - 03:02, 7 July 2016
  • $self-&gt;TicketObj-&gt;AddCustomFieldValue( Field =&gt; 'Region', Value =&gt; 'ONE' ); $self-&gt;TicketObj-&gt;AddCustomFieldValue( Field =&gt; 'Region', Value =&gt; 'TWO' );
    4 KB (434 words) - 23:41, 20 February 2019
  • ...le border="1" cellspacing="0"&gt; &lt;tr&gt; &lt;th colspan="2" &gt;Custom Field&lt;/th&gt; &lt;th colspan="&lt;% scalar @queues %&gt;" &gt;Ticket Queue&lt; ...&gt;Limit( FIELD =&gt; '[[ObjectId]]', VALUE =&gt; 0 ); % $ocfs-&gt;Limit( FIELD =&gt; '[[ObjectId]]', VALUE =&gt; $queue-&gt;Id ); % if ($ocfs-&gt;Count) {
    6 KB (1,016 words) - 16:39, 6 April 2016
  • That only makes sure the first Mandatory field is filled in. Subsequent fields are ignored.
    423 bytes (47 words) - 16:52, 6 April 2016
  • ==Custom Field== ...arm or confusion, so if you can hide it, do that. Note that the Validation field here is really not needed, but left in place as an extra layer of protectio
    5 KB (700 words) - 16:15, 6 April 2016
  • || ( $type eq 'Set' && $txn->Field eq 'Status'); || ( $type eq 'Set' && $txn->Field eq 'Status');
    8 KB (1,104 words) - 13:50, 15 August 2016
  • &lt;th colspan="2" &gt;Custom Field&lt;/th&gt; % $ocfs-&gt;Limit( FIELD =&gt; 'CustomField', VALUE =&gt; $cf-&gt;Id );
    6 KB (1,055 words) - 16:39, 6 April 2016
  • #Create a Ticket Custom Field called Silent Resolve. ('''Tools->Configuration->Custom Fields->Create''') ...tep process beats me, especially when they have an Enabled checkbox on the field definition in step 1)
    2 KB (280 words) - 16:37, 6 April 2016
  • ($transaction-&gt;Field eq "TimeEstimated") &amp;&amp;
    321 bytes (40 words) - 16:15, 6 April 2016
  • ...eld for work order numbers. Sending comments to a ticket based on a custom field value is a bit more complicated but uses the same framework. Any email sent ...tead of rt-mailgate. This is to allow ticket id lookup based on the custom field.
    2 KB (292 words) - 16:37, 6 April 2016
  • ...n into Custom Fields. In the following example "19" is the # of the custom field, not the Name. ...initial;">Object-RT::Ticket--CustomField-nnn-Value= (where 'nnn' = custom field #)</p>
    1 KB (192 words) - 16:08, 6 April 2016
  • I make an advanced search with about 100+ OR for the same field (for example, "name like 'one' or name like 'two' or ... or name like 'onef
    880 bytes (120 words) - 16:52, 6 April 2016
  • return undef unless $txn-&gt;Field =~ /^MergedInto$/i; return undef unless $txn-&gt;Field =~ /^MergedInto$/i;
    4 KB (487 words) - 18:51, 13 August 2016
  • ...ange boxes and fields for other manipulations and for example you want set field X on status change. RT sets status (create transaction) in create stage you $transactions-&gt;Limit( FIELD =&gt; 'Type', VALUE =&gt; 'Comment' );
    4 KB (564 words) - 13:09, 19 July 2016
  • ...instead of just Time Worked field. This makes it easier to keep Time Left field up to date. ...s the new value for Time Left when Time Worked is updated. If Time Worked -field is manually changed, the event handler is disabled.
    4 KB (473 words) - 16:39, 6 April 2016
  • First, the custom field must be created inside RT, the REST API does not create new custom fields.
    435 bytes (74 words) - 16:52, 6 April 2016
  • foreach my $field (@{$EmailFields}) my $value = $ARGSRef-&gt;{$field};
    4 KB (501 words) - 16:39, 6 April 2016
  • # Query our LDAP server to set a ticket custom field that identifies the requestor's school # Based on the value of that custom field, notify the tech (or techs) at that school.
    5 KB (841 words) - 16:03, 6 April 2016
  • $transactions->Limit( FIELD => 'Type', VALUE => 'Correspond' ); # $transactions->Limit( FIELD => 'Type', VALUE => 'Correspond', ENTRYAGGREGATOR => 'OR', OPERATOR => '='
    4 KB (385 words) - 20:31, 27 April 2017
  • will update the field "'''Creator'''" with the value "'''user1\nStatus: Resolved'''" insstead of
    506 bytes (76 words) - 16:52, 6 April 2016

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)