Calendar gadget

SUGGESTED

Has anyone created a Calendar gadget?  I am trying to create a calendar that shows the PO Receipts for each day.  I created a query like this with a group on receipt date.

When I create the gadget on the landing page, the calendar shows up but there is no data populated.  If I click the refresh button for the gadget, it populates but in a grid view, not the calendar view.  Thoughts?  Thanks!

Parents
  • 0
    SUGGESTED

    Hi,

    First you have to create a requester, and note the date columns and their descriptions.


    Then you create the dashboard view (from Setup > Interactive dashboard). For my CRM calendar, I have these parameters (and same code as requester):

    - Data source: REQ (and point it to your request)

    - Visual Component: FCA (Calendar Flash)

    - FRQ: 1

    - INITLEVEL: 1

    - FCCTYPE: "XMONTH" (it could be "XDAY" | "XWEEK" )

    - FCSEL: 2 (yes)

    - FCDATEDEB | FCHEURDEB | FCHEURFIN | FCTITRE depend on the columns on your requester

    - FCTEXTE: "6,7,8,10,11..." (depends on your requester columns as well).

    And then you define the menu item pointing to your dashboard view. Link type should be "Calendar" and request level 99 (same in requester).

    Also, you can have a look to this:

    http://online-help.sageerpx3.com/erp/12/staticpost/calendar-widget/?highlight=portview

    Hope it helps!

    Alex

  • 0 in reply to Alex Lamarca

    Hi,

    I try to create a calendar view for CRM events. Calendar display is ok, but I would like to have a week view by default. So I set FCCTYPE parameter to "XWEEK" but there is no change. The default view is always month view.

    Is there any other parameter to set ? 

    Thanks for you help.

    NMA

  • 0 in reply to NMA
    SUGGESTED

    Hi!
    Have you tried to remove the gadget and adding it again? I remember I had to do this in some cases to see the changes in a gadget. If that doesn't work, I don't think there is any other parameter for that.

    Hope it works!

Reply Children