Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Fields for Web form entry #74261

    Lauren Naslund
    Keymaster

    You’re correct, custom fields do replace the standard fields on the web form. So you must specify all the fields that you want to have in the form, in order from top to bottom. The field names cannot contain spaces or special characters.

    You can change the label for the Resources field in the calendar Options. Edit the Options template that you’re using and click the Labels tab. Enter the label you’d like next to Resources.

    The settings don’t offer a way to change the labels of other fields. However, the web form can be customized by adding custom JavaScript in Options->Settings. Contact us for more details.

    As for using a web viewer in WebDirect, that should work if your calendar is set up using Server-Side Async and the web viewer is set to the calendar’s URL. If it still doesn’t work, please let us know what you do see in the web viewer in Web Direct.

  • in reply to: Calendar doesn\'t open after setup #74259

    Lauren Naslund
    Keymaster

    How does your calendar appear in the soSIMPLE Calendar Settings file when you select it from the list of calendars? Do you see anything in the preview area?

     

  • in reply to: Multiple Resources #73930

    Lauren Naslund
    Keymaster

    Hi Mark,

    – To draw the event under every resource assigned to it, use the return-delimited Resource field in the calendar’s data source.

    – For filtering, use the ResourceRep repeating field in the URL:  &ResourceRep=Richard|Mark

  • in reply to: Order of Resources #73357

    Lauren Naslund
    Keymaster

    Hi Guy,

    You could also add the &filter_resource parameter to the calendar URL, with a pipe-delimited list of the resources in the desired sequence. For example:

    &filter_resource=Guy|Amelia|Lauren|Ken

    Only the listed resources will appear, in the order you’ve put them. The parameter can be the result of a calculation, of course.


  • Lauren Naslund
    Keymaster

    Hi,

    When the calendar is server-powered, it gets the value list from the server. The global field has its own value on the server, which is unaware of the value of the global in the client.

    As an alternative, to determine the resources that appear in Resource and Timeline views, use the &filter_resource query in the URL and calculate its parameter using:
    Substitute ( ValueListItems ( Get ( FileName ) ; [thevaluelistname] ) ; “¶” ; “|” ).
    That way you would get the value list as it exists for the user.

    Also, to filter events in other views, you can also add the &Resource query with the same calculation for the parameter.

    (Note: using pipes for a list of parameter values works in soSIMPLE Calendar version 3.3 and higher)

    • This reply was modified 7 years, 8 months ago by  admin.
    • This reply was modified 7 years, 8 months ago by  admin.
Viewing 5 posts - 1 through 5 (of 5 total)