Sometimes you just want to make a form as client side as possible. Below is an example of how to export an Editable Grid’s data to CSV. This can be done from a quickform. This is just an “On Client Click” action for a Standard Button control.... read more
Occasionally we find ourselves in situations which do not meet the standard e.g. users placed in a directory tree a few levels deep or the distinguished name uses the common name which has spaces. Below are some tips on handling these situations. A useful tool to... read more
Today we needed to make a picklist field multiselect in the Saleslogix mobile client. Unfortunately this appears to be broken in Mobile 3.0.3. To work around this we had to override two functions in the picklist field’s definition on the edit form. Hopefully... read more
Today we wanted to add several custom buttons (schedule activity and complete unscheduled activity buttons) in an editable grid. At first we thought about doing the usual convert to custom smart part, however that would have made simpler customizations down the road a... read more