The AllowUpdates parameters is only for repeat type ?

433
2
Jump to solution
11-08-2021 01:56 PM
CrisjovanoGumaraes
New Contributor II

I am testing the allowUpdate (false) for the "header" fields but its not works.

The idea is enable the update edition just for Repeat type and "freezer" the header group. 

 

CrisjovanoGumaraes_0-1636408535096.png

 

0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

Hi @CrisjovanoGumaraes,

The allowUpdates and allowAdds parameters only apply to repeats (begin repeat question type). They do not apply to groups.

If you want to make the questions in the group read only, so that edits can not be made, you can use a read only expression and use the pulldata @property mode to return if the survey is being edited via Inbox, and therefore make those questions read only.

https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_A3C2F35...

Regards,

Phil.

View solution in original post

0 Kudos
2 Replies
by Anonymous User
Not applicable

Hi @CrisjovanoGumaraes,

The allowUpdates and allowAdds parameters only apply to repeats (begin repeat question type). They do not apply to groups.

If you want to make the questions in the group read only, so that edits can not be made, you can use a read only expression and use the pulldata @property mode to return if the survey is being edited via Inbox, and therefore make those questions read only.

https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_A3C2F35...

Regards,

Phil.

0 Kudos
CrisjovanoGumaraes
New Contributor II

Thanks so much Phil. The pulldata works perfectly for my purpose.