Codeneos/vlocode

It does not work! retrieve some items from Vlocity

Opened this issue · 8 comments

It does not work! retrieve some items from Vlocity. Items like Dataraptors, Omniscripts cannot be recovered. Items like Flexcard do not appear in the Datapack explorer

Captura de pantalla 2023-08-11 a la(s) 6 15 52 p m

Thanks for logging a bug report!

Do you see any errors in the log? You can set the log level to "Debug" which will print additional information, if you could provide me the output then I can help analyze the problem.

Which version of the Vlocity and edition of the managed package are you using?

Flex cards should appear under Vlocity Cards.

image
I´m facing a similar problem. i know there are at least 20 dataRaptors in the Org. but i can only see one.
i can see there are many object missing but i don´t know if this is the cause of the problem

¿Ves algún error en el registro? Puede establecer el nivel de registro en "Depurar", lo que imprimirá información adicional. Si pudiera proporcionarme el resultado, entonces puedo ayudar a analizar el problema.
In the registry I do not see any data that indicates that there is a problem
LogVlocity.txt

¿Qué versión de Vlocity y edición del paquete administrado está utilizando?

[17:16:10.407] [vlocode] [info] Vlocode version 0.19.21 started
[17:16:10.407] [vlocode] [info] Using built tools version 1.14.18

Las tarjetas flexibles deben aparecer debajo de Tarjetas Vlocity.
Flexcards do not appear in the Vlocity Card section

Captura de pantalla 2023-08-14 a la(s) 5 34 57 p m Captura de pantalla 2023-08-14 a la(s) 5 36 38 p m

I think I've found the culprit! Thanks for the extra details everyone.

The issue will (hopefully) be fixed in the upcoming release, right now you can already download the preview version 0.20.1-next from the releases section here on github.

You can install the preview version manually from the extensions-tab in VSCode:
Screenshot 2023-08-20 171358

If you still have the issue with the same issue in new version do let me know.

@hadesmekai I am not sure if this will help with the Flex Cards not appearing for export, can you run the following query and let me know the if you Flex Card does show up in the results?

select Id, Name from vlocity_cmt__VlocityCard__c where vlocity_cmt__CardType__c = 'flex'

image I´m facing a similar problem. i know there are at least 20 dataRaptors in the Org. but i can only see one. i can see there are many object missing but i don´t know if this is the cause of the problem

Can you also attach a debug log? It will be easier for me to find out what might be causing this.

¡Creo que he encontrado al culpable! Gracias por los detalles adicionales a todos.

El problema (con suerte) se solucionará en la próxima versión, en este momento ya puede descargar la versión preliminar desde la sección de lanzamientos aquí en github.0.20.1-next

Puede instalar la versión preliminar manualmente desde la pestaña extensions-tab en VSCode: Captura de pantalla 2023-08-20 171358

Si aún tiene el problema con el mismo problema en la nueva versión, hágamelo saber.

No estoy seguro de si esto ayudará con las tarjetas Flex que no aparecen para la exportación, ¿puede ejecutar la siguiente consulta y hacerme saber si su tarjeta Flex aparece en los resultados?

select Id, Name from vlocity_cmt__VlocityCard__c where vlocity_cmt__CardType__c = 'flex'

I have installed the recommended version (Vlocode version 0.20.4 started).

Performing the aforementioned query, I did not obtain data.
Captura de pantalla 2023-08-24 a la(s) 7 29 23 p m

Looks like

¡Creo que he encontrado al culpable! Gracias por los detalles adicionales a todos.
El problema (con suerte) se solucionará en la próxima versión, en este momento ya puede descargar la versión preliminar desde la sección de lanzamientos aquí en github.0.20.1-next
Puede instalar la versión preliminar manualmente desde la pestaña extensions-tab en VSCode: Captura de pantalla 2023-08-20 171358
Si aún tiene el problema con el mismo problema en la nueva versión, hágamelo saber.
No estoy seguro de si esto ayudará con las tarjetas Flex que no aparecen para la exportación, ¿puede ejecutar la siguiente consulta y hacerme saber si su tarjeta Flex aparece en los resultados?

select Id, Name from vlocity_cmt__VlocityCard__c where vlocity_cmt__CardType__c = 'flex'

I have installed the recommended version (Vlocode version 0.20.4 started).

Performing the aforementioned query, I did not obtain data. Captura de pantalla 2023-08-24 a la(s) 7 29 23 p m

Are you able to find the card when you remove the filter?

 select Id, Name from vlocity_cmt__VlocityCard__c where Name like '<CARDNAME>'

Looks like

¡Creo que he encontrado al culpable! Gracias por los detalles adicionales a todos.
El problema (con suerte) se solucionará en la próxima versión, en este momento ya puede descargar la versión preliminar desde la sección de lanzamientos aquí en github.0.20.1-next
Puede instalar la versión preliminar manualmente desde la pestaña extensions-tab en VSCode: Captura de pantalla 2023-08-20 171358
Si aún tiene el problema con el mismo problema en la nueva versión, hágamelo saber.
No estoy seguro de si esto ayudará con las tarjetas Flex que no aparecen para la exportación, ¿puede ejecutar la siguiente consulta y hacerme saber si su tarjeta Flex aparece en los resultados?

select Id, Name from vlocity_cmt__VlocityCard__c where vlocity_cmt__CardType__c = 'flex'

I have installed the recommended version (Vlocode version 0.20.4 started).
Performing the aforementioned query, I did not obtain data. Captura de pantalla 2023-08-24 a la(s) 7 29 23 p m

Are you able to find the card when you remove the filter?

 select Id, Name from vlocity_cmt__VlocityCard__c where Name like '<CARDNAME>'

I have performed a search for a Flexcard but no matches are obtained
Captura de pantalla 2023-09-12 a la(s) 3 52 15 p m