Hi Everyone!
I try to get the file size from an Archive in a SFTP service. The input is a %Stream.Object.
I'm trying to use input.Size or input.SizeGet() but i´ve got the next error:
.png)
Any suggestions?
Thanks in advance =D
Hi Everyone!
I try to get the file size from an Archive in a SFTP service. The input is a %Stream.Object.
I'm trying to use input.Size or input.SizeGet() but i´ve got the next error:
.png)
Any suggestions?
Thanks in advance =D
Hi, I try to do a JS script into a csp page for a Workflow
The problem is that in Ensemble i don't had troubles but in Iris don't recognize even the console.log inside the script
I attach the code
<form>
<table class="workflowtable">
<CSP:IF CONDITION='%task.%FormValues.IsDefined("montoDeposito")'>
<tr>
<td>
Monto Depositado:
</td>
</tr>
<tr>
<td>
<input type="text"
name="montoDeposito"
value="#(%task.%FormValues.GetAt("montoDeposito"))#">
</td>
</tr>
</CSP:IF>
<CSP:IF CONDITION='%task.%FormValues.IsDefined("numFolio")'>
<tr>
<td>
Numero de Folio:
</td>
</tr>
<tr>
<td>
<input type="text"
name="numFolio"
id="numFo