Para estos casos en los que requieres hacer algo, que simplemente no se puede en SharePoint Designer (OOB claro), como por ejemplo, cuántos de nosotros no hemos necesitado alguna vez, desde nuestro flujo de SharePoint Designer iniciar otro flujo, ó checar si un usuario esta asociado aun grupo de SharePoint. Simplemente muy dificil de hacerlo!
Hoy quiero comentarles a cerca de un proyecto de codeplex desde podemos descargar custom activities para SPD, y que hacen de tareas complejas , en el pasado, sencillas muy a la manera de como estamos acostumbrados a trabajar con SPD.
Algunas de las actividades personalizadas que pueden utilizarse son:
- Send Email with HTTP File attachment - Allows sending emails with attachments retrieved using a web request
- Send Email with List Item attachments - Allows sending list item attachments as files attached to an email
- Start Another Workflow - Starts another workflow associated with a list item
- Grant Permission on Item - Allows granting of specified permission level on a spicified item
- Delete List Item Permission Assigment - Allows deleting of specified permission level assigment for a given user
- Reset List Permissions Inheritance - removes any unique permissions assigned to an item by inheriting list permissions
- Is User a member of a SharePoint group - Checks if a given user is part of given sharepoint group
- Is Role assigned to User - Checks if a user role is already assigned on the current list item
- Lookup user info - allows to lookup properties in site's user information list for a given login
- Copy List Item Extended Activity - Allows copying/moving list items and files cross site.
- Send Email Extended - Enhaced version of the OOTB activity. Allows you to specify the sender. Also does not break links in body.
Además también podemos ejecutar actividades contra formularios infopath
- Get InfoPath field inner text
- Get InfoPath field inner xml
- Set InfoPath field inner text
- Set InfoPath field inner xml
Este es el link donde se encuentra este útil proyecto.
Adicionalmente les dejo un Screencast de como instalar correctamente estas actividades en un sitio en español.
Happy Coding!
1 comentarios:
Excelente aporte el video, tenía problemas con el idioma y tu ayuda lo resolvió.
Publicar un comentario