Hey all,
New to K2 here and need some assistance.
I work at a University and I'm currently working on a project that will convert some of our student based forms to electronic forms with workflows behind them. Ideally we want to have the student enter their local College ID into a field on the form and K2 will then populate fields in the form with known data from our Student Information System. I have a process that populates an Azure SQL Database with the needed information from our Student Information System, then I generate a SmartObject in K2 that is linked to the Azure SQL Database,
I have a proof-of-concept working using a Picker field where the student will enter their ID number, but the problem is that in deployment we can't use the Picker field because it allows a user to search for other students on campus (there is some FERPA concerns with this). Is there a way that we can disable the search icon for the Picker?
Or is there a way/field type that I can use to query the SmartObject that will allow the user to type in their ID number then it searches and loads the info?
Any assistance with this would be appreciated!