Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Hi. Tell me please, how can i use Hash Variables with Database Update Tool.

I have activity ID "act-RSS-news". It is connecting with form id "RSSnew". This form use Table Name "RSSnew". Text Field ID 'fldTITLE' have been placed on this form.  Also, i have tool with plugin Database Update Tool with SQL:

INSERT INTO webref_rss_items (title,description,link)VALUES('#form.rssnew.fldtitle#','test','test');

Why it is'nt working? in my database it looks like raws with title="#form.rssnew.fldtitle#".

If i use sql like this:

INSERT INTO webref_rss_items (title,description,link)VALUES('#currentUser.email#','test','test');

I get in my database raws with title="usver@mail.ru". Thus, in this case its working. Why i cant get such result with forms variables?

If i create the same process and the same form and i use the same db BUT in CRM application witch placed after installation, everything works fine...

Help me please:(

PS sorry for my english.