is it possible to write a flow to enable or disable file channels on landmark v11 ?
or automate it some way ?
_dataArea="<!appProdline>" & _module="pfi" & _objectName="PfiReceiver" & _actionName="Create" & _actionOperator="NONE" & _actionType="CreateUpdateDelete" & _runAsUser="" & _authenticatedUser="" & _pageSize="30" & _relationName="" & _setName="" & _asOfDate="" & _effectiveDate="" & PfiChannel="<!createFileChannel_PfiChannel>" & PfiReceiver="Invoices" & Description="Get All Invoices" & FileReceiver.FileName="*" & PfiFlowDefinition="InvoiceImportFileChannel" & FileReceiver.Data="1" & StartupType="1" 1 = Auto 2 = Manual
Above is a Node I use part of a flow I use to Sync File Channels with a list, so I can Delete all Invoice File Channels and this will re-add or add new ones if needed.
This creates the receiver as an Auto Startup.
I'm trying to figure out startup type to manual but not having much luck though. any ideas?