Editing in Desktop View

JSO
Silver 2
Silver 2

 

En un Formulario tipo Vistas, inicialmente creado por el sistema, tengo un campo virtual "PorteFecha*" que hace referencia a otro "PorteFecha" y cuya App formula  es:

IF( AND( [
PorteESTADO
]
="4-ENTREGADO",
OR(ESBLANCO([PortePDFOrden]),
ESBLANCO([PortePDFDelivery])
)
),
TEXTO([FECHA DEL CARRO],"DD/MM ") &
IF(ESBLANCO([PortePDFOrden]),"🅾","") &
IF( ESBLANCO([PortePDFAentregar]),"🅰",""),
TEXTO([FECHATransporte],"DD/MM/AA ") &
IF(
AND(
[PorteESTADO]="5-FACTURADO",
ESBLANCO([IDFactura]. [CorreoEnvíoFactura])
),"📨","")
)
&INTERRUPTOR([PorteIDDriver],"100","👀","99","💲"," ")

Quiero editar el campo "PorteFecha" para incluirlo en el _Form.

Me funciona correctamente en Móvil y Tablet pero en PC me aparece el campo "PorteFecha*" y no me deja editarlo.
¿Alguien sabe cómo corregir esto?

JSO_1-1686470131378.pngJSO_2-1686470189188.png

 

 

0 2 68
2 REPLIES 2

JSO
Silver 2
Silver 2

In a Form type Views, initially created by the system, I have a virtual field "PorteFecha*" that refers to another "PorteFecha" and whose App formula = 

IF( AND( [
PorteState
]
="4-DELIVERED",
OR(ISBLANK([PortePDFOrder]),
ISBLANC([PortePDFDelivery])
)
),
TEXT([CART DATE],"MM/DD") &
IF(ISBLANK([PortePDFOrden]),"🅾","") &
IF( ISBLANK([PDFADelivery]),"🅰",""),
TEXT([DATETransportation],"DD/MM/YY") &
IF(
AND(
[PorteESTADO]="5-FACTURADO",
ISBLANC([IDInvoice]. [CorreoEnvíoFactura])
),"📨","")
)
&SWITCH([PorteIDDriver],"100","👀","99","💲"," ")

I want to edit the field "PorteFecha" to include it in the _Form.

It works correctly for me on Mobile and Tablet but on PC the field "PorteFecha*" appears and it does not let me edit it.
Does anyone know how to correct this?

JSO
Silver 2
Silver 2

Curiously, if I use the form to sign up on Desktop, it works fine for me. However, to make the edition, the virtual field appears and, as usual, it does not let me edit it.

 

JSO_0-1686472477555.png

I have also tried to rename the field to PorteFechaP in case the "*" drives you crazy: still the same.

 

Top Labels in this Space