function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ChitraChitra 

SControl- Problem with long Query String

Hey...

We have a scontrol which creates a sub-case. We transfer some of the fields from the parent case to the child case , one of which is the field " Description". Some of the descriptions are too long and so the Query string becomes larger than 255 and it fails.

parent.frames.location.replace("/500/e?refURL=%2F500%2Fo&cas11={!Case_Origin}&cas3={!Contact_FullName}&cas7={!Case_Status}&00N30000000le4L={!Case_Contact_Type}&cas8={!Case_Priority}&00N30000000lbE4={!Case_Event_Detail}&00N30000000j8E2={!Case_Product_Type}&cas14={!Case_Subject}&cas15={!Case_Description}&00N30000000le8n={!Case_Number}&save=x&RecordType={!Case_RecordType_ID}")

Any thoughts  on how to get this to work ???.

We need the description field completely incorporated as this is one of the most important field...

Thanks,

Chitra