Announcement

Collapse
No announcement yet.

Calender doesn 't show event

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Calender doesn 't show event

    The calender does'nt show the event :
    Click image for larger version

Name:	4-5-2021 8-47-02 AM.png
Views:	243
Size:	21.2 KB
ID:	69371

    as :
    Click image for larger version

Name:	4-5-2021 8-48-32 AM.png
Views:	216
Size:	42.6 KB
ID:	69372

    Thanks.

    Regards

  • #2
    Hi,
    I don't know whether you notice that but on the Calendar view you are expecting to see the event on the 6th of April, but in fact, I see that your event have the dateStart and the dateEnd on the 6th of October of the current year.
    Please switch your calendar view to the October 2021 to see your event.
    BTW if this is a custom Event type entity, then you need to add it to the Calendar Entity List scope in the Administration -> Settings.

    Comment


    • #3
      Hi,

      It's showing now, but it's after i manually updated the useassigned part as
      Click image for larger version

Name:	4-6-2021 12-50-10 AM.png
Views:	229
Size:	53.4 KB
ID:	69397

      Is that anyway I can use the BPM to automaticly set this as mean can i know the syntex )
      Click image for larger version

Name:	4-6-2021 12-54-45 AM.png
Views:	206
Size:	89.9 KB
ID:	69398

      Thanks.

      Comment


      • #4
        Hi,
        assignedUser.name == 'CY.Lau' is not correct. You need to assign ID:
        Code:
        assignedUserId = '2324e25f245fegvs3'.
        '2324e25f245fegvs3' is an example. You can open your CY.Lau user profile and get its ID from the URL.

        Tip: I've noticed that you used the 'Create Record' action first and then you used many times the 'Upgrade created record' actions. In this case it is more better to define all that 'Upgrade created record' actions within first 'Create Record' action.

        Comment

        Working...
        X