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
9 replies
-
Sorry one naming error :
How do I force the system to got to the right record in table 1 ?
-
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.
Content aside
- 1 mth agoLast active
- 9Replies
- 64Views
-
3
Following