0
votes
2answers
103 views

How to get only the website url without the absolute path of the current site collection?

I have a custom workflow in VS. I would like to merge an url. The problem is I am in an site collection with the name RFC. I see the absolute path 2 times when I merge like below: ItemURL = ...
0
votes
0answers
174 views

Calculated field to split URL and update a list field

I wonder if you can help. Im wanting to find a way of storing the Parent Item within a child item entry. After doing some research ive been told that the only way this can be done is by the URL link ...
0
votes
2answers
304 views

Get the URL from the hyperlink column for workflow

I have list with 500+ records. There is a hyperlink column called "TargetURL". As all of us know SP saves hyperlink in ["http://portal.site.com/sitecoll/doclib/Forms/someview.aspx", description ] ...
1
vote
1answer
485 views

Collect Data from User in Workflow - custom email - collect data URL creation

When I'm creating a workflow in SP 2010 Foundation, I'm using the collect data from user action. I'm able to add it and by default it sends the default e-mail to the user asking to action the item. ...