Ajax Requests in Automate actions

Post Reply
User avatar
marijan
Posts: 281
Joined: 06 Dec 2018, 04:52
Name: Marijan Grijakovic
Location: Skopje

Ajax Requests in Automate actions

Post by marijan »

Hello Sergey,

I have field type Ajax reequest and in edit of record work correct as you can see from debug:
Screenshot_92.png
Screenshot_92.png (7.02 KiB) Viewed 273 times
but when I use Automate action button for edit same record then Ajax request don't read data from record as you can see from picture:
Screenshot_93.png
Screenshot_93.png (5.83 KiB) Viewed 273 times
Please help :)
User avatar
support
Site Admin
Posts: 6231
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Ajax Requests in Automate actions

Post by support »

None: Ajax request get data from from fields. If fields hidden in process form then they will be no visible in ajax request.
As solution you can add fields in process form and you can hide them by javascript if you dont need it in process form.
User avatar
marijan
Posts: 281
Joined: 06 Dec 2018, 04:52
Name: Marijan Grijakovic
Location: Skopje

Re: Ajax Requests in Automate actions

Post by marijan »

Thanks Sergey, I will try in that way with hide fields by javascript.

Have a nice day,
Marijan
Post Reply