1
0
-1

Hello,

      Please suggest me for use request parameter hash variable for calendar menu.

      I try to test pass URL with parameter but it not working and I check value is blank for query statement

      but it value appear in HTML tag. 

      My Steps :

      1. URL → http://..../_/calendarSales?oid=859

      2. Properties → SQL SELECT Query ->

                           select id, c_date, c_time, c_subjet
                          from xxxxx
                          where c_OwnerId = '#requestParam.oid#'

Best Regards,

Aorka.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      There are no parameters when calling the calendar menu, so the #requestParam.oid# will be blank.

      Maybe you meant to use "...where c_OwnerId = '#currentUser.username#' "

      See Hash Variable .

        CommentAdd your comment...