You are viewing limited content. For full access, please sign in.

Question

Question

move entry sdk

asked on January 5, 2023

Buenas, saludos

Cuando estoy utilizando la parte de workflow de laserfiche tengo una opcion que es move entry, esto me permite mover la entrada a cualquier otra carpeta que le indique y puedo indicarle que si dicha ruta no existe que la cree, eso esta genial.

Pero como puedo hacer eso mismo utilizando el SDK? estoy consumiendo las APIs y necesito mover una entrada a una ruta o carpeta dinamica y necesito que si dicha ruta o carpeta no existe se cree sin tener que hacerlo manualmente.

Muchas gracias

0 0

Answer

SELECTED ANSWER
replied on January 5, 2023

You can only move an entry to a folder that already exists, so you need to handle the case where it doesn't yet exist. Workflow handles this case for you internally, it's one of the many things that it simplifies. But when using the SDK you need to handle the low-level details.

0 0
replied on January 5, 2023

Muchas gracias por la pronta respuesta

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.