How to get id of newly created event?
5 years ago.
I am aware of the .find function. When I create new event a new guid is generated and if I try to update the value right away a new guid is generated and hence I can't use this .find to update it. There is an autonumber that is created in the backend database when I create an event but I don't have any other fields in there that I can query to find that specific record's ID. Start date, end date, text, etc. isn't that specific to narrow down to that record and there can be duplicates.
Is there anything specific that DP has that can help me? Is it possible to get guid of the event when I click on it? Just need an unique identifier for that specific event.
DayPilot