-
Notifications
You must be signed in to change notification settings - Fork 25
getObjectDescription problems with some objects #65
Comments
I am also having this issue where certain objects throw up this error and others do not. Does anyone have a fix or workaround for it? Thanks |
I am having the same issue. Anyone figured it out? Thanks. |
I edited the function to use json. Its a little different result, but
worth for me
Em 24 de nov de 2017 4:35 PM, "eucj" <[email protected]> escreveu:
… I am having the same issue.
Anyone figured it out?
Thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXjQBrVDrO5_UNY53Dx-2bJzHCRHhqQ3ks5s5wxPgaJpZM4P3hbZ>
.
|
@akiraFuk can you share the modifications you did to fix the function? Thanks |
_function(objectName) { endpointPath <- URL <- OAuthString <- httpHeader <- res <- resContent <- jsonContent <- df <- colSelect <- c('name','label','custom','relationshipName','soapType') df[,colSelect] %>% }_ I Used this function inside my personal class. I did few changes in original function. Just work with JSON insted of XML. |
Dropping a +1 here, i'm having the same issue. Not sure how to adapt code from @akiraFuk either. Anyone know how to resolve? |
If anyone is still having the issue - Edit the function, replacing the existing definitions for xdfList and xdfDFList.
|
@bradlide thanks for the solution! Perfectly working for me. Many thanks to @BenoitFayolle too. |
I have problems to get some objects descriptions, like 'opportunity and Lead.
ERROR :
Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, :
arguments imply differing number of rows: 1, 0
when i search for a reason, i found problem in "xdfDFList <- sapply(xdfList, data.frame)"
i rewrite some codes to work with JSON, just because is easier for me.
The text was updated successfully, but these errors were encountered: