Question:
There is a wierd requirement where in the user puts in the "notes" (255 CHAR).These "notes" are important since it gives the description of a sales call or service call.
This needs to be shown in the Query.Eg What is the description or details made by the Sales Person to that Customer?
Since an InfoObject can hold only upto 60 Characters, I dont see any other option than using 5 attributes and breaking that "notes" into 5 lines.
Can we do some otherway efficently?
I would appreciate your help.
Thanks
Answer:
Hi,
I had a similar problem,in the end I loaded the first CHAR 60 Of the 255
field.Normally this provides enough information to highlight the record the user wishes to see.Once the user highlighted the record,i put in a jump query back to the source system to view the full 255.
alternatively I guess via a web template and some fancy coding you could
display the BW Query and the full 255 notes together but it may cost lots of $$$$$ to develope.
Good Luck
Al.
Answer:
Why not use documents attached to each of your sales calls ..
You could then use the first 60 in an attribute to give you a brief description and then click on the document link in the query to see more detail...
jobs a good un !!
Ian