Dashboard Discussion, Support, Examples, Help » Dashboard Creation

Launch external URL not working

(2 posts)

Tags:

  1. admin
    Key Master

    I am still having problem getting the URL to work. Do you have any advice for me? It has to be something I've done. I desparately need to invoke external URL since InfoCaptor is a passive tool and I need to carry out some action. The only way is to invoke an existing web-application with the required parameters byinvoking a URL.

    The SQL copied for the edit window that corresponds to the captured screen is:
    select t.display_name as task_name, t.id as task_id,
    IF(t.user_defined_flag = 0, 'false', 'true') as user_defined,
    IF(t.optional_flag = 0, 'false', 'true') as optional,
    CONCAT('http://', t.system_query) as Link
    from task t, process p, process_task a
    where a.process_id = p.id
    and p.id = param<Process Id, 0>
    and a.task_id = t.id;
    Posted 7 months ago #
  2. admin
    Key Master

    One question, are you using MySQL as the database? If yes then the problem is related to it.

    For e.g When we used MySQL to put a link column for http://www.yahoo.com then the database wraps the url within a single quote 'http://www.yahoo.com' and this is why the launch url is not activated. If this is the case we will create a workaround and send you a solution

    Posted 7 months ago #

RSS feed for this topic

Reply

You must log in to post.