Hallo experts, I am trying to since two days to get things done :(
smart select Field to use as calendar event title but it keeps showing the ID and not the label
ps: am not an expert i just start using confiform :)
Hi @Fady Mousa
How do you have your ConfiForms CalendarView configured and what is the configuration of the form that your smart dropdown field is linked to?
Alex
this is the only configuration i have done for calendar view
and this is the configuration of the smart dropdown field
the configuration of the Form Apps is just the Form Name and Allow data export and enable search
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, so for the "ConfiForms Field to use as a calendar event title" you should put something like
[entry.AppName.Appname]
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again @Alex Medved _ConfiForms_ i have a field definition DateTime am wondering if there is a validation rule to allow a date just in the future??
i tried DesiredDate:>now didnt work :(
many thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
DesiredDate:<[entry._now]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks @Alex Medved _ConfiForms_ i have tried this one DesiredDate:<[entry._now]
its giving me the error even though the date is in the future??? any idea ??
Great thanks...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hard to tell, as you are not sharing what do you have...
My simple test confirming and demonstrating what I have just said http://recordit.co/9u7XXKzDLH
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Medved _ConfiForms_ it works perfectly fine now ,, thanks for the Demo.
the mistake i was doing is that i was trying to apply the validation rule in the field definition it self not as you did.
i appreciate your help a lot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Validation on field definitions allows you to set up a regular expression (only) that validates the input.
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alex Medved _ConfiForms_ and @Fady Mousa
I am using a Table View and want so show the User Name as event Title.
user = filed type: user
When usind [entry.user.user] i only get the user-id in our system but not the name.
Do you have a recommendation?
Kind Regards,
Erik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Erik Riedel
[entry.user.fullName]
as per https://wiki.vertuna.com/display/CONFIFORMS/Accessing+field+values+and+properties (see user field)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.