Looking for output.

Moderator: crythias

Post Reply
Sleepwalker
Znuny newbie
Posts: 15
Joined: 05 Apr 2017, 11:43
Znuny Version: OTRS 4.0.x

Looking for output.

Post by Sleepwalker »

what are the output of $SQLExtSub? its from /opt/otrs/Kernel/System/Ticket/TicketSearch.pm line 1284.

i want to make a if else with the output of this code? please help me. thanks.

Code: Select all

$SQLExtSub .= $DynamicFieldBackendObject->SearchSQLGet(
                    DynamicFieldConfig => $DynamicField,
                    TableAlias         => "dfv$DynamicFieldJoinCounter",
                    Operator           => $Operator,
                    SearchTerm         => $Text,
	  );
Post Reply