Jump to content

Link glitch?


billster

Recommended Posts

Clicking the link button in the card works ok.

image.png.6fbcb947123cfb884f5d3c755c634242.png

it goes to /servicemanager/request/view/PM00000560

 

 

But if you click the blue open button it doesn't work

image.png.1ec02b529ac1768dd86a42c52276f0e1.png

it goes to /servicemanager/request/view/00000560

 

image.png.3a1e3e773f7d16c50906873613496b4f.png

 

card key id

&[global["inputParams"]["requestId"].substring(2, global["inputParams"]["requestId"].length)]

It doesn't allow me to have the whole reference number as key id because it says 'invalid integer' which makes sense because it begins with PM 

but shouldn't pressing the blue open button open the card in board manager and not the service manager??

Link to comment
Share on other sites

Hi Trevor,

if I use &[global["inputParams"]["requestId"]] or &[global["flowcoderefs"]["addCard"]["cardId"]] as key (for move card or update card) the BPM crashes and says

 <error>Invalid integer value &apos;PM00000556&apos; specified at methodCall/params/cardId</error> </state> </methodCallResult>

 

Link to comment
Share on other sites

The key and the card Id are different, the key should be the request ID.

The card Id you need will be returned by the Add Card operation, or you can use the Get Card Information operation which will return the Card Id if you supply the key (request Id) and Board

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...