cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enqueue -Dequeue Control from UI to backend

former_member198402
Participant
0 Likes
929

Dear Team,

Greetings!!

I want to lock object on UI Screen as happens in ERP system( 2 user cannot change same object).

******But Thing is once THE GATEWAY Control come out from backend(Call from UI to Backend ), Enqueued object get released which is not required.

I want to keep locked the same object till I do dequeue explicitly ..

Please suggest me

.

Regards,

Santosh G

View Entire Topic
kedarT
Active Contributor
0 Likes

Hi Santosh,

Calls to backend are REST based and hence cannot do a explicit locks on the data being processed in the frontend but there are other ways of lock. Below links should help:

Hope this helps.

0 Likes

Hi Kendar,

Could you please share the link?