Sending

Build 1501 on 14/Nov/2017  This topic last edited on: 12/Oct/2016, at 12:56

[285] I4: send back should display generic send if no back copyflow is defined

GN4-3932

When using the “Send Back” in i4 (that is, calling the wf_ContinueCopyflow.xml workflow), a “no container” error occurred if there were no specific “Send Back” copy flow settings.
Modified the CopyFlowTransition activity to return all the available containers (folders or calendars) if there are no configured copyflow.
So, when no 'Send Back' copyflow is configured, the workflow displays the list of all the containers for user selection.
Note that only the containers having granted the PlaceIn permission are available for copyflow operation.

Modified date: 27/01/2016 16:09:04 - P4 Changelist: 80487 - From build: main.2797.x (T)

 

[337] Fred: send all articles and images in the specific folder

GN4-3861

The SendAllPageLinkedToFolder(ByVal iTargFolderId As Integer, ByVal strNoSendFolders As String) As Boolean sends all articles and images on the currently opened page to the folder iTagFolderId, skipping the images that reside in folders, specified in strNoSendFolders (a string with the comma-delimited list of folders to skip). Example: dim ee as boolean = SendAllPageLinkedToFolder(3217763,"144567,8886677"). The function returns true if the send was performed, or false if nothing was found to be sent. You can use this function in the custom printing scripts.

Modified date: 08/01/2016 12:28:12 - P4 Changelist: 80211 - From build: main.2778.x (T)

 

[342] Fred4: send articles operation create useless versions

GN4-3854

Fixed:
the send operation apply an update signed as "explicit save": this cause the new version for article and texts. The flag is removed and the version problem is solved.
 
in any case the versions are created if the partition is set to "every save": the folder change is actually a save.
No problems with carbon copy.

Modified date: 30/12/2015 16:46:53 - P4 Changelist: 80188 - From build: main.2769.x (T)

 

[343] Fred4: missing automatically refresh on page when article is sent to a folder with no content permission

GN4-3849

Articles on which user has no permissions were not refreshed correctly on send. Now fixed.

Modified date: 29/12/2015 17:47:45 - P4 Changelist: 80182 - From build: main.2768.x (T)