Toolbox interraction with the user

3479
0
03-20-2015 04:57 PM
PierreWeisse
New Contributor

Hello,

I am a beginner in python.

I would like to develop a toolbox from a python script that allows the user to choose a keyword to be used in the tool below.

lst_user = [word1, word2, etc. ...]

for user in lst_user:

     user = arcpy.GetParameterasText (0)

ChangePrivileges_management (donnee_SDE, user, {View} {Edit})

I have a second question !!!

How can I capture the data entered by the user. The goal is then to increment a file with that data.

data_source = arcpy.GetParameterasText (1)

Thank you for your help

0 Kudos
0 Replies