Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It does not work! retrieve some items from Vlocity #410

Open
hadesmekai opened this issue Aug 12, 2023 · 8 comments
Open

It does not work! retrieve some items from Vlocity #410

hadesmekai opened this issue Aug 12, 2023 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@hadesmekai
Copy link

hadesmekai commented Aug 12, 2023

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
@Codeneos
Copy link
Owner

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.

@NelsonRSAvallone
Copy link

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

@hadesmekai
Copy link
Author

¿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

@Codeneos Codeneos self-assigned this Aug 20, 2023
@Codeneos Codeneos added the bug Something isn't working label Aug 20, 2023
@Codeneos
Copy link
Owner

Codeneos commented Aug 20, 2023

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
Copy link
Owner

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.

@hadesmekai
Copy link
Author

¡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

@Codeneos
Copy link
Owner

Codeneos commented Sep 5, 2023

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

@hadesmekai
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants