question

Upvotes
Accepted
13 6 8 9

raw fields in quote pluggin returning undefined

Hi Support,

I am looking at the Quotes pluggin from the JET api in App Studio.

When running the onUpdate() function, I would like to extract row fields instead of formatted fields.

I noticed that for some data I can extract the raw type but for others is not available.

Example:

if (updatedValues["CF_LAST"]) {

var lastp_raw = updatedValues["CF_LAST"].raw;

}---> this is available

if (updatedValues["PRIMACT_1"]) {

var bid_raw = updatedValues["PRIMACT_1"].raw;

}--->this is undefined

Could you please confirm that this is normal behavior?

Many thanks for yout answer.

Raluca

eikoneikon-app-studioquotenda-raw
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@ichim_raluca

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Upvotes
Accepted
257 1 3 5

Hi Raluca,

Can you help to post the snippet that you use to create JET Quote subscription please?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
13 6 8 9

Hi,

Right you are.

I got it, thanks very much, and sorry...I forgot about that bit... :)

Raluca

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.