PS On the same model as is done with Articles editing in Backside of Joomla
PPS Sorry for my English😟
This isn't built in to ChronoForms or ChronoConnectivity :-( You'd need to hand-code the feature.
I think it would work if you add a 'checkout' column in the table; add Custom Code actions in the form On Load & On Submit events to check the record out; and add a check in the WHERE box of the CC Listing to ignore checked out records (or perhaps better to show them but disable the edit link).
Bob
Hi Smelkoff,
This isn't built in to ChronoForms or ChronoConnectivity :-( You'd need to hand-code the feature.
I think it would work if you add a 'checkout' column in the table; add Custom Code actions in the form On Load & On Submit events to check the record out; and add a check in the WHERE box of the CC Listing to ignore checked out records (or perhaps better to show them but disable the edit link).
Bob
Ok, I like it and I do, but
How can I disable the edit link for these records?
I would probably do it with a Custom Listing, if you have the checkout value in the $Row data you can use PHP to check and only show the link if it s OK.
Bob
Hi Smelkoff,
I would probably do it with a Custom Listing, if you have the checkout value in the $Row data you can use PHP to check and only show the link if it s OK.
Bob
Can any example for this?
