vlocode icon indicating copy to clipboard operation
vlocode copied to clipboard

It does not work! retrieve some items from Vlocity

Open hadesmekai opened this issue 2 years ago • 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

hadesmekai avatar Aug 12 '23 00:08 hadesmekai

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.

Codeneos avatar Aug 12 '23 11:08 Codeneos

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

NelsonRSAvallone avatar Aug 14 '23 23:08 NelsonRSAvallone

¿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

hadesmekai avatar Aug 14 '23 23:08 hadesmekai

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'

Codeneos avatar Aug 20 '23 15:08 Codeneos

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.

Codeneos avatar Aug 20 '23 15:08 Codeneos

¡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

hadesmekai avatar Aug 25 '23 01:08 hadesmekai

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>'

Codeneos avatar Sep 05 '23 08:09 Codeneos

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

hadesmekai avatar Sep 12 '23 21:09 hadesmekai