0

goto another record from calendar

Hi there,

have anybody ever tried to jump to a record from calendar where the record I not the one which created the calendar event.

I have this situation that I am in a table where I create a project lets call it table 1 - here I have a link to the table 2, where I chose a person to take the job and the appointment date and time, and then I go back to table 1 again where this activity now occur for further handling (offers, invites and so on). At the same time the appointment which was created in table 2 occurs in calendar.

When going to calendar and click with the mouse on the calendar event it goes back to table 2.

How do I force the system to got to the right record in table 2 ?

I have in table 2 a formula where I create the calendar text derive from information in table 1, and one of the ideas I had was to use the on click in formula in table 2 to go the record. and tried with below - but off course this does not work

 

let Xid:=this;
let Xpo2 := Masterprojekt;
let xGoto:= (select 'Table1' where Hovedprojekt= Xpo2 and 'table 1'=Xid);
popupRecord (xGoto)

Anyone has any idea of it is possible to do this.

rgds

Leo

3 replies

null
    • Leo_Woer
    • 10 hrs ago
    • Reported - view

    Sorry one naming error :

    How do I force the system to got to the right record in table 1 ?

    • Fred
    • 6 hrs ago
    • Reported - view

    You may have to look into  great html calendar in his dashboard post.

    Since it is HTML based you can probably redirect to where you want to go. I'll leave it up to the creator to answer if that is true or not.

      • szormpas
      • 2 hrs ago
      • Reported - view

        Hi, indeed, in theory we can open any record we want as long as it is somehow related to the current appointment.

      Assuming that Ninox will continue to support the internal function "ui.popupRecord()" in the future.

Content aside

  • 2 hrs agoLast active
  • 3Replies
  • 19Views
  • 3 Following