hey everyone ! I have an App for project man...

Doron_Assis
Participant III

hey everyone !

I have an App for project management, in which a user can only change the status of certain tasks.

I’d like to add a log entry to my App, that records every change made to the status (e.g the date stamp of the change, the name of the task etc)

I’ve tried to create a table that can be updated, and set the allowed updates to “adds”. the table itself refrenece its data from the task table (so they will match).

It didn’t worked for me so far, any ideas how to make work ?

0 3 314
3 REPLIES 3

You must have a separate distinct table for status changes then. (Especially necessary if you’ll be doing progress payments based on task completions by financial period.)

Doron_Assis
Participant III

Ok, let’s say I made this table. how do I make the log entry ?

@Doron_Assis Like this, I have a deck view of my favorite projects/tasks here… and I have an action that is a LINKTOFORM that navigates to that table, allows the user to interact, and then takes them right back where they were… cl.ly - Screen recording 2018-06-18 at 09.05.51 AM.mp4 Screen recording 2018-06-18 at 09.05.51 AM.mp4 cl.ly

Top Labels in this Space